#BADEFA

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

Shades of Pale Cornflower Blue #BADEFA

Tints of Pale Cornflower Blue #BADEFA

Color information

#BADEFA (or 0xBADEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DE and FA. RGB value is (186,222,250). Sum of RGB (Red+Green+Blue) = 186+222+250=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #BADEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEFA is #452105. Grayscale: #D6D6D6. Windows color (decimal): -4530438 or 16441018. OLE color: 16441018.

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

Color convert

RGB186222250-
CMYK0.260.1100.02
HSL206.25º86.49%85.49%-
HSV(B)206.25º25.6%98.04%-
XYZ63.6369.58100.52-
YUV214.43148.07107.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=28.27%
G=33.74%
B=37.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862222500.260.1100.02206.2586.4985.49
HexBADEFA1AB02ce5655
Octal272336372321302316126125
Binary1011101011011110111110101101010110101100111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEFA; }

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

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

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

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

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

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

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

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