#B7D4EB

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

Shades of Pale Cornflower Blue #B7D4EB

Tints of Pale Cornflower Blue #B7D4EB

Color information

#B7D4EB (or 0xB7D4EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D4 and EB. RGB value is (183,212,235). Sum of RGB (Red+Green+Blue) = 183+212+235=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D4EB is #482B14. Grayscale: #CDCDCD. Windows color (decimal): -4729621 or 15455415. OLE color: 15455415.

HSL color Cylindrical-coordinate representation of color #B7D4EB: hue angle of 206.54º 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 #B7D4EB is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183212235-
CMYK0.220.1000.08
HSL206.54º56.52%81.96%-
HSV(B)206.54º22.13%92.16%-
XYZ58.0763.1587.73-
YUV205.95144.39111.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.05%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=29.05%
G=33.65%
B=37.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832122350.220.1000.08206.5456.5281.96
HexB7D4EB16A08cf3952
Octal267324353261201031771122
Binary10110111110101001110101110110101001000110011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D4EB; }

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

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

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

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

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

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

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

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