#BADCF7

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

Shades of Pale Cornflower Blue #BADCF7

Tints of Pale Cornflower Blue #BADCF7

Color information

#BADCF7 (or 0xBADCF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DC and F7. RGB value is (186,220,247). Sum of RGB (Red+Green+Blue) = 186+220+247=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #BADCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF7 is #452308. Grayscale: #D4D4D4. Windows color (decimal): -4530953 or 16243898. OLE color: 16243898.

HSL color Cylindrical-coordinate representation of color #BADCF7: hue angle of 206.56º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADCF7 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186220247-
CMYK0.250.1100.03
HSL206.56º79.22%84.9%-
HSV(B)206.56º24.7%96.86%-
XYZ62.6368.3497.89-
YUV212.91147.24108.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=28.48%
G=33.69%
B=37.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862202470.250.1100.03206.5679.2284.9
HexBADCF719B03cf4f55
Octal272334367311303317117125
Binary1011101011011100111101111100110110111100111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCF7; }

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

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

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

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

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

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

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

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