#B7D4EC

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

Shades of Pale Cornflower Blue #B7D4EC

Tints of Pale Cornflower Blue #B7D4EC

Color information

#B7D4EC (or 0xB7D4EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D4 and EC. RGB value is (183,212,236). Sum of RGB (Red+Green+Blue) = 183+212+236=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D4EC is #482B13. Grayscale: #CDCDCD. Windows color (decimal): -4729620 or 15520951. OLE color: 15520951.

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

Color convert

RGB183212236-
CMYK0.220.1000.07
HSL207.17º58.24%82.16%-
HSV(B)207.17º22.46%92.55%-
XYZ58.2163.2188.49-
YUV206.06144.89111.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.00%
GREEN value IS 212 (83.20% from 255) = 33.60%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=29.00%
G=33.60%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832122360.220.1000.07207.1758.2482.16
HexB7D4EC16A07cf3a52
Octal26732435426120731772122
Binary1011011111010100111011001011010100111110011111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D4EC; }

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

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

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

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

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

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

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

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