#BDD9F2

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

Shades of Pale Cornflower Blue #BDD9F2

Tints of Pale Cornflower Blue #BDD9F2

Color information

#BDD9F2 (or 0xBDD9F2) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D9 and F2. RGB value is (189,217,242). Sum of RGB (Red+Green+Blue) = 189+217+242=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F2 is #42260D. Grayscale: #D3D3D3. Windows color (decimal): -4335118 or 15915453. OLE color: 15915453.

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

Color convert

RGB189217242-
CMYK0.220.1000.05
HSL208.3º67.09%84.51%-
HSV(B)208.3º21.9%94.9%-
XYZ61.8366.8693.65-
YUV211.48145.22111.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 242 (94.92% from 255) = 37.35%
R=29.17%
G=33.49%
B=37.35%

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
Decimal1892172420.220.1000.05208.367.0984.51
HexBDD9F216A05d04355
Octal275331362261205320103125
Binary10111101110110011111001010110101001011101000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9F2; }

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

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

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

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

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

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

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

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