#BADAFF

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

Shades of Pale Cornflower Blue #BADAFF

Tints of Pale Cornflower Blue #BADAFF

Color information

#BADAFF (or 0xBADAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DA and FF. RGB value is (186,218,255). Sum of RGB (Red+Green+Blue) = 186+218+255=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #BADAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAFF is #452500. Grayscale: #D4D4D4. Windows color (decimal): -4531457 or 16767674. OLE color: 16767674.

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

Color convert

RGB186218255-
CMYK0.270.1500
HSL212.17º100%86.47%-
HSV(B)212.17º27.06%100%-
XYZ63.3767.8104.35-
YUV212.65151.9108.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 255 (100% from 255) = 38.69%
R=28.22%
G=33.08%
B=38.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862182550.270.1500212.1710086.47
HexBADAFF1BF00d46456
Octal272332377331700324144126
Binary101110101101101011111111110111111001101010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAFF; }

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

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

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

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

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

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

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

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