#B1DCFB

Color #B1DCFB Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B1DCFB

Tints of Pale Cornflower Blue #B1DCFB

Color information

#B1DCFB (or 0xB1DCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, DC and FB. RGB value is (177,220,251). Sum of RGB (Red+Green+Blue) = 177+220+251=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCFB is #4E2304. Grayscale: #D2D2D2. Windows color (decimal): -5120773 or 16506033. OLE color: 16506033.

HSL color Cylindrical-coordinate representation of color #B1DCFB: hue angle of 205.14º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1DCFB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177220251-
CMYK0.290.1200.02
HSL205.14º90.24%83.92%-
HSV(B)205.14º29.48%98.43%-
XYZ61.1467.5101.07-
YUV210.68150.75103.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 27.31%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=27.31%
G=33.95%
B=38.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772202510.290.1200.02205.1490.2483.92
HexB1DCFB1DC02cd5a54
Octal261334373351402315132124
Binary1011000111011100111110111110111000101100110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCFB; }

 p { color: rgb(177,220,251); }

 H1.HeaderClassName
 {
   color: #B1DCFB;
 }
 .AnyTagClassName
 {
   color: #B1DCFB;
 }
</style>
background-color css

<style>
 a { background-color: #B1DCFB; }

 a { background-color: rgb(177,220,251); }

 div.DivClassName
 {
   background-color: #B1DCFB;
 }
 .BgClassName
 {
   background-color: #B1DCFB;
 }
</style>
border-color css

<style>
 span { border-color: #B1DCFB; }

 span { border-color: rgb(177,220,251); }

 td.TdClassName
 {
   border-color: #B1DCFB;
 }
 .TagClassName
 {
   border-color: #B1DCFB;
 }
</style>