#B1D2EA

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

Shades of Pale Cornflower Blue #B1D2EA

Tints of Pale Cornflower Blue #B1D2EA

Color information

#B1D2EA (or 0xB1D2EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D2 and EA. RGB value is (177,210,234). Sum of RGB (Red+Green+Blue) = 177+210+234=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D2EA is #4E2D15. Grayscale: #CACACA. Windows color (decimal): -5123350 or 15389361. OLE color: 15389361.

HSL color Cylindrical-coordinate representation of color #B1D2EA: hue angle of 205.26º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1D2EA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177210234-
CMYK0.240.1000.08
HSL205.26º57.58%80.59%-
HSV(B)205.26º24.36%91.76%-
XYZ56.0361.3886.74-
YUV202.87145.57109.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=28.50%
G=33.82%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772102340.240.1000.08205.2657.5880.59
HexB1D2EA18A08cd3a51
Octal261322352301201031572121
Binary10110001110100101110101011000101001000110011011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D2EA; }

 p { color: rgb(177,210,234); }

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

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

 a { background-color: rgb(177,210,234); }

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

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

 span { border-color: rgb(177,210,234); }

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