Html Css Color HEX #B9E0BA Fringy Flower

📋 copy color: '#B9E0BA'

red 185 ◦ green 224 ◦ blue 186

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

Shades of Fringy Flower #B9E0BA

Tints of Fringy Flower #B9E0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.65%

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

R = 31.09%
G = 37.65%
B = 31.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#B9E0BA (or 0xB9E0BA) is known color: Fringy Flower. HEX triplet: B9, E0 and BA. RGB value is (185,224,186). Sum of RGB (Red+Green+Blue) = 185+224+186=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0BA is #461F45. Grayscale: #D0D0D0. Windows color (decimal): -4595526 or 12247225. OLE color: 12247225.

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

Color convert

RGB 185 224 186 -
CMYK 0.17 0 0.17 0.12
HSL 121.54º 0.39% 0.8% -
HSV(B) 121.54º 0.17% 0.88% -
XYZ 55.53 67.17 56.49 -
YUV 208.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 185 224 186 0.17 0 0.17 0.12 121.54 0.39 0.8
Hex B9 E0 BA 11 0 11 C 7A 27 50
Octal 271 340 272 21 0 21 14 172 47 120
Binary 10111001 11100000 10111010 10001 0 10001 1100 1111010 100111 1010000

Color Harmonies of #B9E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E0BA

Black with #B9E0BA

Text Example


Text Example

White with #B9E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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