#BADFF9

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

Shades of Pale Cornflower Blue #BADFF9

Tints of Pale Cornflower Blue #BADFF9

Color information

#BADFF9 (or 0xBADFF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DF and F9. RGB value is (186,223,249). Sum of RGB (Red+Green+Blue) = 186+223+249=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #BADFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF9 is #452006. Grayscale: #D6D6D6. Windows color (decimal): -4530183 or 16375738. OLE color: 16375738.

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

Color convert

RGB186223249-
CMYK0.250.1000.02
HSL204.76º84%85.29%-
HSV(B)204.76º25.3%97.65%-
XYZ63.7470.0599.79-
YUV214.9147.24107.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=28.27%
G=33.89%
B=37.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862232490.250.1000.02204.768485.29
HexBADFF919A02cd5455
Octal272337371311202315124125
Binary1011101011011111111110011100110100101100110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFF9; }

 p { color: rgb(186,223,249); }

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

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

 a { background-color: rgb(186,223,249); }

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

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

 span { border-color: rgb(186,223,249); }

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