#BDD9FA

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

Shades of Pale Cornflower Blue #BDD9FA

Tints of Pale Cornflower Blue #BDD9FA

Color information

#BDD9FA (or 0xBDD9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D9 and FA. RGB value is (189,217,250). Sum of RGB (Red+Green+Blue) = 189+217+250=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9FA is #422605. Grayscale: #D4D4D4. Windows color (decimal): -4335110 or 16439741. OLE color: 16439741.

HSL color Cylindrical-coordinate representation of color #BDD9FA: hue angle of 212.46º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD9FA is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189217250-
CMYK0.240.1300.02
HSL212.46º85.92%86.08%-
HSV(B)212.46º24.4%98.04%-
XYZ63.0567.35100.12-
YUV212.39149.22111.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=28.81%
G=33.08%
B=38.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892172500.240.1300.02212.4685.9286.08
HexBDD9FA18D02d45656
Octal275331372301502324126126
Binary1011110111011001111110101100011010101101010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9FA; }

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

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

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

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

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

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

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

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