Html Css Color HEX #B9E7C2 Fringy Flower

📋 copy color: '#B9E7C2'

red 185 ◦ green 231 ◦ blue 194

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

Shades of Fringy Flower #B9E7C2

Tints of Fringy Flower #B9E7C2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.87%

 BLUE value IS 194 (76.17% from 255) = 31.8%

R = 30.33%
G = 37.87%
B = 31.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#B9E7C2 (or 0xB9E7C2) is known color: Fringy Flower. HEX triplet: B9, E7 and C2. RGB value is (185,231,194). Sum of RGB (Red+Green+Blue) = 185+231+194=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7C2 is #46183D. Grayscale: #D5D5D5. Windows color (decimal): -4593726 or 12773305. OLE color: 12773305.

HSL color Cylindrical-coordinate representation of color #B9E7C2: hue angle of 131.74º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E7C2 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 231 194 -
CMYK 0.20 0 0.16 0.09
HSL 131.74º 0.49% 0.82% -
HSV(B) 131.74º 0.2% 0.91% -
XYZ 58.32 71.36 61.74 -
YUV 213.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 185 231 194 0.20 0 0.16 0.09 131.74 0.49 0.82
Hex B9 E7 C2 14 0 10 9 84 31 52
Octal 271 347 302 24 0 20 11 204 61 122
Binary 10111001 11100111 11000010 10100 0 10000 1001 10000100 110001 1010010

Color Harmonies of #B9E7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E7C2

Black with #B9E7C2

Text Example


Text Example

White with #B9E7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E7C2; }

 p { color: rgb(185,231,194); }

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

background-color css

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

 a { background-color: rgb(185,231,194); }

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

border-color css

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

 span { border-color: rgb(185,231,194); }

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