Html Css Color HEX #B9E2BA Fringy Flower

📋 copy color: '#B9E2BA'

red 185 ◦ green 226 ◦ blue 186

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

Shades of Fringy Flower #B9E2BA

Tints of Fringy Flower #B9E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 30.99%
G = 37.86%
B = 31.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#B9E2BA (or 0xB9E2BA) is known color: Fringy Flower. HEX triplet: B9, E2 and BA. RGB value is (185,226,186). Sum of RGB (Red+Green+Blue) = 185+226+186=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2BA is #461D45. Grayscale: #D1D1D1. Windows color (decimal): -4595014 or 12247737. OLE color: 12247737.

HSL color Cylindrical-coordinate representation of color #B9E2BA: hue angle of 121.46º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2BA is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 226 186 -
CMYK 0.18 0 0.18 0.11
HSL 121.46º 0.41% 0.81% -
HSV(B) 121.46º 0.18% 0.89% -
XYZ 56.07 68.25 56.67 -
YUV 209.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 185 226 186 0.18 0 0.18 0.11 121.46 0.41 0.81
Hex B9 E2 BA 12 0 12 B 79 29 51
Octal 271 342 272 22 0 22 13 171 51 121
Binary 10111001 11100010 10111010 10010 0 10010 1011 1111001 101001 1010001

Color Harmonies of #B9E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2BA

Black with #B9E2BA

Text Example


Text Example

White with #B9E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2BA; }

 p { color: rgb(185,226,186); }

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

background-color css

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

 a { background-color: rgb(185,226,186); }

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

border-color css

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

 span { border-color: rgb(185,226,186); }

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