#BADCF9

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

Shades of Pale Cornflower Blue #BADCF9

Tints of Pale Cornflower Blue #BADCF9

Color information

#BADCF9 (or 0xBADCF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DC and F9. RGB value is (186,220,249). Sum of RGB (Red+Green+Blue) = 186+220+249=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #BADCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF9 is #452306. Grayscale: #D4D4D4. Windows color (decimal): -4530951 or 16374970. OLE color: 16374970.

HSL color Cylindrical-coordinate representation of color #BADCF9: hue angle of 207.62º 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 #BADCF9 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186220249-
CMYK0.250.1200.02
HSL207.62º84%85.29%-
HSV(B)207.62º25.3%97.65%-
XYZ62.9468.4799.52-
YUV213.14148.24108.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 249 (97.66% from 255) = 38.02%
R=28.40%
G=33.59%
B=38.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862202490.250.1200.02207.628485.29
HexBADCF919C02d05455
Octal272334371311402320124125
Binary1011101011011100111110011100111000101101000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCF9; }

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

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

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

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

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

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

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

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