#B7D6ED

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

Shades of Pale Cornflower Blue #B7D6ED

Tints of Pale Cornflower Blue #B7D6ED

Color information

#B7D6ED (or 0xB7D6ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D6 and ED. RGB value is (183,214,237). Sum of RGB (Red+Green+Blue) = 183+214+237=634 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.86% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7D6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D6ED is #482912. Grayscale: #CFCFCF. Windows color (decimal): -4729107 or 15586999. OLE color: 15586999.

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

Color convert

RGB183214237-
CMYK0.230.1000.07
HSL205.56º60%82.35%-
HSV(B)205.56º22.78%92.94%-
XYZ58.8664.2789.42-
YUV207.35144.73110.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.86%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=28.86%
G=33.75%
B=37.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832142370.230.1000.07205.566082.35
HexB7D6ED17A07ce3c52
Octal26732635527120731674122
Binary1011011111010110111011011011110100111110011101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D6ED; }

 p { color: rgb(183,214,237); }

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

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

 a { background-color: rgb(183,214,237); }

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

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

 span { border-color: rgb(183,214,237); }

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