#BDD7EE

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

Shades of Pale Cornflower Blue #BDD7EE

Tints of Pale Cornflower Blue #BDD7EE

Color information

#BDD7EE (or 0xBDD7EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and EE. RGB value is (189,215,238). Sum of RGB (Red+Green+Blue) = 189+215+238=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7EE is #422811. Grayscale: #D1D1D1. Windows color (decimal): -4335634 or 15652797. OLE color: 15652797.

HSL color Cylindrical-coordinate representation of color #BDD7EE: hue angle of 208.16º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD7EE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189215238-
CMYK0.210.1000.07
HSL208.16º59.04%83.73%-
HSV(B)208.16º20.59%93.33%-
XYZ60.7265.5990.35-
YUV209.85143.89113.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=29.44%
G=33.49%
B=37.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892152380.210.1000.07208.1659.0483.73
HexBDD7EE15A07d03b54
Octal27532735625120732073124
Binary1011110111010111111011101010110100111110100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7EE; }

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

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

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

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

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

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

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

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