#BDD7EC

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

Shades of Pale Cornflower Blue #BDD7EC

Tints of Pale Cornflower Blue #BDD7EC

Color information

#BDD7EC (or 0xBDD7EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and EC. RGB value is (189,215,236). Sum of RGB (Red+Green+Blue) = 189+215+236=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7EC is #422813. Grayscale: #D1D1D1. Windows color (decimal): -4335636 or 15521725. OLE color: 15521725.

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

Color convert

RGB189215236-
CMYK0.200.0900.07
HSL206.81º55.29%83.33%-
HSV(B)206.81º19.92%92.55%-
XYZ60.4365.4888.81-
YUV209.62142.89113.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=29.53%
G=33.59%
B=36.88%

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
Decimal1892152360.200.0900.07206.8155.2983.33
HexBDD7EC14907cf3753
Octal27532735424110731767123
Binary1011110111010111111011001010010010111110011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7EC; }

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

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

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

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

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

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

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

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