#BDD5EC

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

Shades of Pale Cornflower Blue #BDD5EC

Tints of Pale Cornflower Blue #BDD5EC

Color information

#BDD5EC (or 0xBDD5EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D5 and EC. RGB value is (189,213,236). Sum of RGB (Red+Green+Blue) = 189+213+236=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5EC is #422A13. Grayscale: #D0D0D0. Windows color (decimal): -4336148 or 15521213. OLE color: 15521213.

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

Color convert

RGB189213236-
CMYK0.200.1000.07
HSL209.36º55.29%83.33%-
HSV(B)209.36º19.92%92.55%-
XYZ59.9264.4688.64-
YUV208.45143.55114.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=29.62%
G=33.39%
B=36.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892132360.200.1000.07209.3655.2983.33
HexBDD5EC14A07d13753
Octal27532535424120732167123
Binary1011110111010101111011001010010100111110100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5EC; }

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

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

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

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

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

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

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

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