#BADAF1

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

Shades of Pale Cornflower Blue #BADAF1

Tints of Pale Cornflower Blue #BADAF1

Color information

#BADAF1 (or 0xBADAF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DA and F1. RGB value is (186,218,241). Sum of RGB (Red+Green+Blue) = 186+218+241=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #BADAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF1 is #45250E. Grayscale: #D2D2D2. Windows color (decimal): -4531471 or 15850170. OLE color: 15850170.

HSL color Cylindrical-coordinate representation of color #BADAF1: hue angle of 205.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADAF1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186218241-
CMYK0.230.1000.05
HSL205.09º66.27%83.73%-
HSV(B)205.09º22.82%94.51%-
XYZ61.266.9392.91-
YUV211.05144.9110.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=28.84%
G=33.80%
B=37.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862182410.230.1000.05205.0966.2783.73
HexBADAF117A05cd4254
Octal272332361271205315102124
Binary10111010110110101111000110111101001011100110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAF1; }

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

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

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

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

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

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

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

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