Html Css Color HEX #BADDBD Fringy Flower

📋 copy color: '#BADDBD'

red 186 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #BADDBD

Tints of Fringy Flower #BADDBD

RGB

 RED value IS 186 (73.05% from 255) = 31.21%

 GREEN value IS 221 (86.72% from 255) = 37.08%

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 31.21%
G = 37.08%
B = 31.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BADDBD (or 0xBADDBD) is known color: Fringy Flower. HEX triplet: BA, DD and BD. RGB value is (186,221,189). Sum of RGB (Red+Green+Blue) = 186+221+189=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDBD is #452242. Grayscale: #CECECE. Windows color (decimal): -4530755 or 12443066. OLE color: 12443066.

HSL color Cylindrical-coordinate representation of color #BADDBD: hue angle of 125.14º 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 #BADDBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 189 -
CMYK 0.16 0 0.14 0.13
HSL 125.14º 0.34% 0.8% -
HSV(B) 125.14º 0.16% 0.87% -
XYZ 55.29 65.83 57.94 -
YUV 206.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 186 221 189 0.16 0 0.14 0.13 125.14 0.34 0.8
Hex BA DD BD 10 0 E D 7D 22 50
Octal 272 335 275 20 0 16 15 175 42 120
Binary 10111010 11011101 10111101 10000 0 1110 1101 1111101 100010 1010000

Color Harmonies of #BADDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDBD

Black with #BADDBD

Text Example


Text Example

White with #BADDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDBD; }

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

 H1.HeaderClassName
 {
   color: #BADDBD;
 }
 .AnyTagClassName
 {
   color: #BADDBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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