Html Css Color HEX #BADDBE Fringy Flower

📋 copy color: '#BADDBE'

red 186 ◦ green 221 ◦ blue 190

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

Shades of Fringy Flower #BADDBE

Tints of Fringy Flower #BADDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 31.16%
G = 37.02%
B = 31.83%

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

#BADDBE (or 0xBADDBE) is known color: Fringy Flower. HEX triplet: BA, DD and BE. RGB value is (186,221,190). Sum of RGB (Red+Green+Blue) = 186+221+190=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDBE is #452241. Grayscale: #CFCFCF. Windows color (decimal): -4530754 or 12508602. OLE color: 12508602.

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

Color convert

RGB 186 221 190 -
CMYK 0.16 0 0.14 0.13
HSL 126.86º 0.34% 0.8% -
HSV(B) 126.86º 0.16% 0.87% -
XYZ 55.4 65.87 58.51 -
YUV 207 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 186 221 190 0.16 0 0.14 0.13 126.86 0.34 0.8
Hex BA DD BE 10 0 E D 7F 22 50
Octal 272 335 276 20 0 16 15 177 42 120
Binary 10111010 11011101 10111110 10000 0 1110 1101 1111111 100010 1010000

Color Harmonies of #BADDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDBE

Black with #BADDBE

Text Example


Text Example

White with #BADDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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