#B0D2F2

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

Shades of Pale Cornflower Blue #B0D2F2

Tints of Pale Cornflower Blue #B0D2F2

Color information

#B0D2F2 (or 0xB0D2F2) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D2 and F2. RGB value is (176,210,242). Sum of RGB (Red+Green+Blue) = 176+210+242=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0D2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D2F2 is #4F2D0D. Grayscale: #CBCBCB. Windows color (decimal): -5188878 or 15913648. OLE color: 15913648.

HSL color Cylindrical-coordinate representation of color #B0D2F2: hue angle of 209.09º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0D2F2 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176210242-
CMYK0.270.1300.05
HSL209.09º71.74%81.96%-
HSV(B)209.09º27.27%94.9%-
XYZ56.9861.7392.92-
YUV203.48149.74108.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.03%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=28.03%
G=33.44%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762102420.270.1300.05209.0971.7481.96
HexB0D2F21BD05d14852
Octal260322362331505321110122
Binary10110000110100101111001011011110101011101000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2F2; }

 p { color: rgb(176,210,242); }

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

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

 a { background-color: rgb(176,210,242); }

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

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

 span { border-color: rgb(176,210,242); }

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