#B7D5ED

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

Shades of Pale Cornflower Blue #B7D5ED

Tints of Pale Cornflower Blue #B7D5ED

Color information

#B7D5ED (or 0xB7D5ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D5 and ED. RGB value is (183,213,237). Sum of RGB (Red+Green+Blue) = 183+213+237=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D5ED is #482A12. Grayscale: #CECECE. Windows color (decimal): -4729363 or 15586743. OLE color: 15586743.

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

Color convert

RGB183213237-
CMYK0.230.1000.07
HSL206.67º60%82.35%-
HSV(B)206.67º22.78%92.94%-
XYZ58.6163.7789.34-
YUV206.77145.06111.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.91%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=28.91%
G=33.65%
B=37.44%

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
Decimal1832132370.230.1000.07206.676082.35
HexB7D5ED17A07cf3c52
Octal26732535527120731774122
Binary1011011111010101111011011011110100111110011111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D5ED; }

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

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

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

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

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

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

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

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