Html Css Color HEX #BADDC0 Fringy Flower

📋 copy color: '#BADDC0'

red 186 ◦ green 221 ◦ blue 192

#BADDC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #BADDC0

Tints of Fringy Flower #BADDC0

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 value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BADDC0 (or 0xBADDC0) is known color: 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

RGB 186 221 192 -
CMYK 0.16 0 0.13 0.13
HSL 130.29º 0.34% 0.8% -
HSV(B) 130.29º 0.16% 0.87% -
XYZ 55.62 65.96 59.67 -
YUV 207.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 186 221 192 0.16 0 0.13 0.13 130.29 0.34 0.8
Hex BA DD C0 10 0 D D 82 22 50
Octal 272 335 300 20 0 15 15 202 42 120
Binary 10111010 11011101 11000000 10000 0 1101 1101 10000010 100010 1010000

Color Harmonies of #BADDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDC0

Black with #BADDC0

Text Example


Text Example

White with #BADDC0

Text Example


Text Example

HTML Codes & Css Web 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>