#B0D4EC

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

Shades of Pale Cornflower Blue #B0D4EC

Tints of Pale Cornflower Blue #B0D4EC

Color information

#B0D4EC (or 0xB0D4EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D4 and EC. RGB value is (176,212,236). Sum of RGB (Red+Green+Blue) = 176+212+236=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0D4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D4EC is #4F2B13. Grayscale: #CBCBCB. Windows color (decimal): -5188372 or 15520944. OLE color: 15520944.

HSL color Cylindrical-coordinate representation of color #B0D4EC: hue angle of 204º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D4EC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176212236-
CMYK0.250.1000.07
HSL204º61.22%80.78%-
HSV(B)204º25.42%92.55%-
XYZ56.5962.3788.41-
YUV203.97146.07108.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.21%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=28.21%
G=33.97%
B=37.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762122360.250.1000.0720461.2280.78
HexB0D4EC19A07cc3d51
Octal26032435431120731475121
Binary1011000011010100111011001100110100111110011001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D4EC; }

 p { color: rgb(176,212,236); }

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

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

 a { background-color: rgb(176,212,236); }

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

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

 span { border-color: rgb(176,212,236); }

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