Html Css Color HEX #BADEBE Fringy Flower

📋 copy color: '#BADEBE'

red 186 ◦ green 222 ◦ blue 190

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

Shades of Fringy Flower #BADEBE

Tints of Fringy Flower #BADEBE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

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

R = 31.1%
G = 37.12%
B = 31.77%

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

#BADEBE (or 0xBADEBE) is known color: Fringy Flower. HEX triplet: BA, DE and BE. RGB value is (186,222,190). Sum of RGB (Red+Green+Blue) = 186+222+190=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEBE is #452141. Grayscale: #CFCFCF. Windows color (decimal): -4530498 or 12508858. OLE color: 12508858.

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

Color convert

RGB 186 222 190 -
CMYK 0.16 0 0.14 0.13
HSL 126.67º 0.35% 0.8% -
HSV(B) 126.67º 0.16% 0.87% -
XYZ 55.67 66.4 58.6 -
YUV 207.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 186 222 190 0.16 0 0.14 0.13 126.67 0.35 0.8
Hex BA DE BE 10 0 E D 7F 23 50
Octal 272 336 276 20 0 16 15 177 43 120
Binary 10111010 11011110 10111110 10000 0 1110 1101 1111111 100011 1010000

Color Harmonies of #BADEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEBE

Black with #BADEBE

Text Example


Text Example

White with #BADEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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