#BADAF6

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

Shades of Pale Cornflower Blue #BADAF6

Tints of Pale Cornflower Blue #BADAF6

Color information

#BADAF6 (or 0xBADAF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DA and F6. RGB value is (186,218,246). Sum of RGB (Red+Green+Blue) = 186+218+246=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #BADAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF6 is #452509. Grayscale: #D3D3D3. Windows color (decimal): -4531466 or 16177850. OLE color: 16177850.

HSL color Cylindrical-coordinate representation of color #BADAF6: hue angle of 208º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADAF6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186218246-
CMYK0.240.1100.04
HSL208º76.92%84.71%-
HSV(B)208º24.39%96.47%-
XYZ61.9667.2496.9-
YUV211.62147.4109.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 246 (96.48% from 255) = 37.85%
R=28.62%
G=33.54%
B=37.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862182460.240.1100.0420876.9284.71
HexBADAF618B04d04d55
Octal272332366301304320115125
Binary10111010110110101111011011000101101001101000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAF6; }

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

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

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

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

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

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

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

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