#BDD5EA

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

Shades of Pale Cornflower Blue #BDD5EA

Tints of Pale Cornflower Blue #BDD5EA

Color information

#BDD5EA (or 0xBDD5EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D5 and EA. RGB value is (189,213,234). Sum of RGB (Red+Green+Blue) = 189+213+234=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5EA is #422A15. Grayscale: #D0D0D0. Windows color (decimal): -4336150 or 15390141. OLE color: 15390141.

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

Color convert

RGB189213234-
CMYK0.190.0900.08
HSL208º51.72%82.94%-
HSV(B)208º19.23%91.76%-
XYZ59.6364.3587.12-
YUV208.22142.55114.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=29.72%
G=33.49%
B=36.79%

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
Decimal1892132340.190.0900.0820851.7282.94
HexBDD5EA13908d03453
Octal275325352231101032064123
Binary10111101110101011110101010011100101000110100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5EA; }

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

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

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

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

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

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

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

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