#BADEFE

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

Shades of Pale Cornflower Blue #BADEFE

Tints of Pale Cornflower Blue #BADEFE

Color information

#BADEFE (or 0xBADEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DE and FE. RGB value is (186,222,254). Sum of RGB (Red+Green+Blue) = 186+222+254=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #BADEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEFE is #452101. Grayscale: #D6D6D6. Windows color (decimal): -4530434 or 16703162. OLE color: 16703162.

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

Color convert

RGB186222254-
CMYK0.270.1300.00
HSL208.24º97.14%86.27%-
HSV(B)208.24º26.77%99.61%-
XYZ64.2669.84103.86-
YUV214.88150.07107.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=28.10%
G=33.53%
B=38.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862222540.270.1300.00208.2497.1486.27
HexBADEFE1BD00d06156
Octal272336376331500320141126
Binary101110101101111011111110110111101001101000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEFE; }

 p { color: rgb(186,222,254); }

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

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

 a { background-color: rgb(186,222,254); }

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

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

 span { border-color: rgb(186,222,254); }

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