#BADDC0

Color #BADDC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BADDC0

Tints of Fringy Flower #BADDC0

Color information

#BADDC0 (or 0xBADDC0) is unknown color: approx Fringy Flower. HEX triplet: BA, DD and C0. RGB value is (186,221,192). Sum of RGB (Red+Green+Blue) = 186+221+192=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC0 is #45223F. Grayscale: #CFCFCF. Windows color (decimal): -4530752 or 12639674. OLE color: 12639674.

HSL color Cylindrical-coordinate representation of color #BADDC0: hue angle of 130.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDC0 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB186221192-
CMYK0.1600.130.13
HSL130.29º33.98%79.8%-
HSV(B)130.29º15.84%86.67%-
XYZ55.6265.9659.67-
YUV207.23119.4112.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=31.05%
G=36.89%
B=32.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211920.1600.130.13130.2933.9879.8
HexBADDC0100DD822250
Octal272335300200151520242120
Binary10111010110111011100000010000011011101100000101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDC0; }

 p { color: rgb(186,221,192); }

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

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

 a { background-color: rgb(186,221,192); }

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

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

 span { border-color: rgb(186,221,192); }

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