#BDD9F1

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

Shades of Pale Cornflower Blue #BDD9F1

Tints of Pale Cornflower Blue #BDD9F1

Color information

#BDD9F1 (or 0xBDD9F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D9 and F1. RGB value is (189,217,241). Sum of RGB (Red+Green+Blue) = 189+217+241=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F1 is #42260E. Grayscale: #D3D3D3. Windows color (decimal): -4335119 or 15849917. OLE color: 15849917.

HSL color Cylindrical-coordinate representation of color #BDD9F1: hue angle of 207.69º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD9F1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189217241-
CMYK0.220.1000.05
HSL207.69º65%84.31%-
HSV(B)207.69º21.58%94.51%-
XYZ61.6866.892.86-
YUV211.36144.72112.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.21%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=29.21%
G=33.54%
B=37.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892172410.220.1000.05207.696584.31
HexBDD9F116A05d04154
Octal275331361261205320101124
Binary10111101110110011111000110110101001011101000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9F1; }

 p { color: rgb(189,217,241); }

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

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

 a { background-color: rgb(189,217,241); }

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

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

 span { border-color: rgb(189,217,241); }

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