#BADAFE

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

Shades of Pale Cornflower Blue #BADAFE

Tints of Pale Cornflower Blue #BADAFE

Color information

#BADAFE (or 0xBADAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DA and FE. RGB value is (186,218,254). Sum of RGB (Red+Green+Blue) = 186+218+254=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #BADAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAFE is #452501. Grayscale: #D4D4D4. Windows color (decimal): -4531458 or 16702138. OLE color: 16702138.

HSL color Cylindrical-coordinate representation of color #BADAFE: hue angle of 211.76º 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 #BADAFE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186218254-
CMYK0.270.1400.00
HSL211.76º97.14%86.27%-
HSV(B)211.76º26.77%99.61%-
XYZ63.2167.74103.51-
YUV212.54151.4109.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=28.27%
G=33.13%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862182540.270.1400.00211.7697.1486.27
HexBADAFE1BE00d46156
Octal272332376331600324141126
Binary101110101101101011111110110111110001101010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAFE; }

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

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

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

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

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

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

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

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