Html Css Color HEX #B9E1BE Fringy Flower

📋 copy color: '#B9E1BE'

red 185 ◦ green 225 ◦ blue 190

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

Shades of Fringy Flower #B9E1BE

Tints of Fringy Flower #B9E1BE

RGB

 RED value IS 185 (72.66% from 255) = 30.83%

 GREEN value IS 225 (88.28% from 255) = 37.5%

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

R = 30.83%
G = 37.5%
B = 31.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#B9E1BE (or 0xB9E1BE) is known color: Fringy Flower. HEX triplet: B9, E1 and BE. RGB value is (185,225,190). Sum of RGB (Red+Green+Blue) = 185+225+190=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E1BE is #461E41. Grayscale: #D1D1D1. Windows color (decimal): -4595266 or 12509625. OLE color: 12509625.

HSL color Cylindrical-coordinate representation of color #B9E1BE: hue angle of 127.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E1BE is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 225 190 -
CMYK 0.18 0 0.16 0.12
HSL 127.5º 0.4% 0.8% -
HSV(B) 127.5º 0.18% 0.88% -
XYZ 56.23 67.88 58.85 -
YUV 209.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 185 225 190 0.18 0 0.16 0.12 127.5 0.4 0.8
Hex B9 E1 BE 12 0 10 C 80 28 50
Octal 271 341 276 22 0 20 14 200 50 120
Binary 10111001 11100001 10111110 10010 0 10000 1100 10000000 101000 1010000

Color Harmonies of #B9E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E1BE

Black with #B9E1BE

Text Example


Text Example

White with #B9E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E1BE; }

 p { color: rgb(185,225,190); }

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

background-color css

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

 a { background-color: rgb(185,225,190); }

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

border-color css

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

 span { border-color: rgb(185,225,190); }

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