#B0D2EF

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

Shades of Pale Cornflower Blue #B0D2EF

Tints of Pale Cornflower Blue #B0D2EF

Color information

#B0D2EF (or 0xB0D2EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D2 and EF. RGB value is (176,210,239). Sum of RGB (Red+Green+Blue) = 176+210+239=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D2EF is #4F2D10. Grayscale: #CACACA. Windows color (decimal): -5188881 or 15717040. OLE color: 15717040.

HSL color Cylindrical-coordinate representation of color #B0D2EF: hue angle of 207.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D2EF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176210239-
CMYK0.260.1200.06
HSL207.62º66.32%81.37%-
HSV(B)207.62º26.36%93.73%-
XYZ56.5361.5690.56-
YUV203.14148.24108.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.16%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=28.16%
G=33.6%
B=38.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762102390.260.1200.06207.6266.3281.37
HexB0D2EF1AC06d04251
Octal260322357321406320102121
Binary10110000110100101110111111010110001101101000010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2EF; }

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

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

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

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

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

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

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

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