Html Css Color HEX #BADFBE Fringy Flower

📋 copy color: '#BADFBE'

red 186 ◦ green 223 ◦ blue 190

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

Shades of Fringy Flower #BADFBE

Tints of Fringy Flower #BADFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.23%

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

R = 31.05%
G = 37.23%
B = 31.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BADFBE (or 0xBADFBE) is known color: Fringy Flower. HEX triplet: BA, DF and BE. RGB value is (186,223,190). Sum of RGB (Red+Green+Blue) = 186+223+190=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFBE is #452041. Grayscale: #D0D0D0. Windows color (decimal): -4530242 or 12509114. OLE color: 12509114.

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

Color convert

RGB 186 223 190 -
CMYK 0.17 0 0.15 0.13
HSL 126.49º 0.37% 0.8% -
HSV(B) 126.49º 0.17% 0.87% -
XYZ 55.93 66.93 58.69 -
YUV 208.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 186 223 190 0.17 0 0.15 0.13 126.49 0.37 0.8
Hex BA DF BE 11 0 F D 7E 25 50
Octal 272 337 276 21 0 17 15 176 45 120
Binary 10111010 11011111 10111110 10001 0 1111 1101 1111110 100101 1010000

Color Harmonies of #BADFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFBE

Black with #BADFBE

Text Example


Text Example

White with #BADFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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