Html Css Color HEX #B9EAC2 Fringy Flower

📋 copy color: '#B9EAC2'

red 185 ◦ green 234 ◦ blue 194

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

Shades of Fringy Flower #B9EAC2

Tints of Fringy Flower #B9EAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

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

R = 30.18%
G = 38.17%
B = 31.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#B9EAC2 (or 0xB9EAC2) is known color: Fringy Flower. HEX triplet: B9, EA and C2. RGB value is (185,234,194). Sum of RGB (Red+Green+Blue) = 185+234+194=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAC2 is #46153D. Grayscale: #D6D6D6. Windows color (decimal): -4592958 or 12774073. OLE color: 12774073.

HSL color Cylindrical-coordinate representation of color #B9EAC2: hue angle of 131.02º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EAC2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 234 194 -
CMYK 0.21 0 0.17 0.08
HSL 131.02º 0.54% 0.82% -
HSV(B) 131.02º 0.21% 0.92% -
XYZ 59.17 73.05 62.02 -
YUV 214.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 185 234 194 0.21 0 0.17 0.08 131.02 0.54 0.82
Hex B9 EA C2 15 0 11 8 83 36 52
Octal 271 352 302 25 0 21 10 203 66 122
Binary 10111001 11101010 11000010 10101 0 10001 1000 10000011 110110 1010010

Color Harmonies of #B9EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EAC2

Black with #B9EAC2

Text Example


Text Example

White with #B9EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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