#B7D2EB

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

Shades of Pale Cornflower Blue #B7D2EB

Tints of Pale Cornflower Blue #B7D2EB

Color information

#B7D2EB (or 0xB7D2EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D2 and EB. RGB value is (183,210,235). Sum of RGB (Red+Green+Blue) = 183+210+235=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7D2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D2EB is #482D14. Grayscale: #CCCCCC. Windows color (decimal): -4730133 or 15454903. OLE color: 15454903.

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

Color convert

RGB183210235-
CMYK0.220.1100.08
HSL208.85º56.52%81.96%-
HSV(B)208.85º22.13%92.16%-
XYZ57.5762.1687.56-
YUV204.78145.05112.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.14%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=29.14%
G=33.44%
B=37.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832102350.220.1100.08208.8556.5281.96
HexB7D2EB16B08d13952
Octal267322353261301032171122
Binary10110111110100101110101110110101101000110100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2EB; }

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

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

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

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

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

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

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

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