#BDDAFE

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

Shades of Pale Cornflower Blue #BDDAFE

Tints of Pale Cornflower Blue #BDDAFE

Color information

#BDDAFE (or 0xBDDAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DA and FE. RGB value is (189,218,254). Sum of RGB (Red+Green+Blue) = 189+218+254=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFE is #422501. Grayscale: #D5D5D5. Windows color (decimal): -4334850 or 16702141. OLE color: 16702141.

HSL color Cylindrical-coordinate representation of color #BDDAFE: hue angle of 213.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDAFE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189218254-
CMYK0.260.1400.00
HSL213.23º97.01%86.86%-
HSV(B)213.23º25.59%99.61%-
XYZ63.9568.12103.54-
YUV213.43150.89110.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=28.59%
G=32.98%
B=38.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892182540.260.1400.00213.2397.0186.86
HexBDDAFE1AE00d56157
Octal275332376321600325141127
Binary101111011101101011111110110101110001101010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAFE; }

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

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

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

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

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

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

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

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