#BDDAFA

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

Shades of Pale Cornflower Blue #BDDAFA

Tints of Pale Cornflower Blue #BDDAFA

Color information

#BDDAFA (or 0xBDDAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DA and FA. RGB value is (189,218,250). Sum of RGB (Red+Green+Blue) = 189+218+250=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFA is #422505. Grayscale: #D4D4D4. Windows color (decimal): -4334854 or 16439997. OLE color: 16439997.

HSL color Cylindrical-coordinate representation of color #BDDAFA: hue angle of 211.48º 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 #BDDAFA is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189218250-
CMYK0.240.1300.02
HSL211.48º85.92%86.08%-
HSV(B)211.48º24.4%98.04%-
XYZ63.3167.86100.2-
YUV212.98148.89110.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=28.77%
G=33.18%
B=38.05%

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
Decimal1892182500.240.1300.02211.4885.9286.08
HexBDDAFA18D02d35656
Octal275332372301502323126126
Binary1011110111011010111110101100011010101101001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAFA; }

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

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

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

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

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

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

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

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