#B1D2EB

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

Shades of Pale Cornflower Blue #B1D2EB

Tints of Pale Cornflower Blue #B1D2EB

Color information

#B1D2EB (or 0xB1D2EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D2 and EB. RGB value is (177,210,235). Sum of RGB (Red+Green+Blue) = 177+210+235=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D2EB is #4E2D14. Grayscale: #CACACA. Windows color (decimal): -5123349 or 15454897. OLE color: 15454897.

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

Color convert

RGB177210235-
CMYK0.250.1100.08
HSL205.86º59.18%80.78%-
HSV(B)205.86º24.68%92.16%-
XYZ56.1761.4487.5-
YUV202.98146.07109.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.46%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=28.46%
G=33.76%
B=37.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772102350.250.1100.08205.8659.1880.78
HexB1D2EB19B08ce3b51
Octal261322353311301031673121
Binary10110001110100101110101111001101101000110011101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D2EB; }

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

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

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

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

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

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

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

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