#BDD6EA

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

Shades of Pale Cornflower Blue #BDD6EA

Tints of Pale Cornflower Blue #BDD6EA

Color information

#BDD6EA (or 0xBDD6EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D6 and EA. RGB value is (189,214,234). Sum of RGB (Red+Green+Blue) = 189+214+234=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6EA is #422915. Grayscale: #D0D0D0. Windows color (decimal): -4335894 or 15390397. OLE color: 15390397.

HSL color Cylindrical-coordinate representation of color #BDD6EA: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD6EA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189214234-
CMYK0.190.0900.08
HSL206.67º51.72%82.94%-
HSV(B)206.67º19.23%91.76%-
XYZ59.8864.8587.2-
YUV208.8142.22113.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=29.67%
G=33.59%
B=36.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892142340.190.0900.08206.6751.7282.94
HexBDD6EA13908cf3453
Octal275326352231101031764123
Binary10111101110101101110101010011100101000110011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6EA; }

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

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

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

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

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

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

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

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