#BDD6EC

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

Shades of Pale Cornflower Blue #BDD6EC

Tints of Pale Cornflower Blue #BDD6EC

Color information

#BDD6EC (or 0xBDD6EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D6 and EC. RGB value is (189,214,236). Sum of RGB (Red+Green+Blue) = 189+214+236=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6EC is #422913. Grayscale: #D0D0D0. Windows color (decimal): -4335892 or 15521469. OLE color: 15521469.

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

Color convert

RGB189214236-
CMYK0.200.0900.07
HSL208.09º55.29%83.33%-
HSV(B)208.09º19.92%92.55%-
XYZ60.1764.9788.73-
YUV209.03143.22113.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=29.58%
G=33.49%
B=36.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892142360.200.0900.07208.0955.2983.33
HexBDD6EC14907d03753
Octal27532635424110732067123
Binary1011110111010110111011001010010010111110100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6EC; }

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

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

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

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

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

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

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

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