#BDD7EA

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

Shades of Pale Cornflower Blue #BDD7EA

Tints of Pale Cornflower Blue #BDD7EA

Color information

#BDD7EA (or 0xBDD7EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and EA. RGB value is (189,215,234). Sum of RGB (Red+Green+Blue) = 189+215+234=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7EA is #422815. Grayscale: #D1D1D1. Windows color (decimal): -4335638 or 15390653. OLE color: 15390653.

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

Color convert

RGB189215234-
CMYK0.190.0800.08
HSL205.33º51.72%82.94%-
HSV(B)205.33º19.23%91.76%-
XYZ60.1465.3687.29-
YUV209.39141.89113.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=29.62%
G=33.70%
B=36.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892152340.190.0800.08205.3351.7282.94
HexBDD7EA13808cd3453
Octal275327352231001031564123
Binary10111101110101111110101010011100001000110011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7EA; }

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

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

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

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

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

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

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

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