#BDD8EC

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

Shades of Pale Cornflower Blue #BDD8EC

Tints of Pale Cornflower Blue #BDD8EC

Color information

#BDD8EC (or 0xBDD8EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D8 and EC. RGB value is (189,216,236). Sum of RGB (Red+Green+Blue) = 189+216+236=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8EC is #422713. Grayscale: #D2D2D2. Windows color (decimal): -4335380 or 15521981. OLE color: 15521981.

HSL color Cylindrical-coordinate representation of color #BDD8EC: hue angle of 205.53º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD8EC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189216236-
CMYK0.200.0800.07
HSL205.53º55.29%83.33%-
HSV(B)205.53º19.92%92.55%-
XYZ60.6865.9988.9-
YUV210.21142.55112.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=29.49%
G=33.70%
B=36.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892162360.200.0800.07205.5355.2983.33
HexBDD8EC14807ce3753
Octal27533035424100731667123
Binary1011110111011000111011001010010000111110011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8EC; }

 p { color: rgb(189,216,236); }

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

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

 a { background-color: rgb(189,216,236); }

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

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

 span { border-color: rgb(189,216,236); }

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