#B9E2BE

Color #B9E2BE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B9E2BE

Tints of Fringy Flower #B9E2BE

Color information

#B9E2BE (or 0xB9E2BE) is unknown color: approx Fringy Flower. HEX triplet: B9, E2 and BE. RGB value is (185,226,190). Sum of RGB (Red+Green+Blue) = 185+226+190=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2BE is #461D41. Grayscale: #D1D1D1. Windows color (decimal): -4595010 or 12509881. OLE color: 12509881.

HSL color Cylindrical-coordinate representation of color #B9E2BE: hue angle of 127.32º 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 #B9E2BE is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB185226190-
CMYK0.1800.160.11
HSL127.32º41.41%80.59%-
HSV(B)127.32º18.14%88.63%-
XYZ56.568.4258.94-
YUV209.64116.92110.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.78%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=30.78%
G=37.60%
B=31.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852261900.1800.160.11127.3241.4180.59
HexB9E2BE12010B7f2951
Octal271342276220201317751121
Binary10111001111000101011111010010010000101111111111010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E2BE; }

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

 H1.HeaderClassName
 {
   color: #B9E2BE;
 }
 .AnyTagClassName
 {
   color: #B9E2BE;
 }
</style>
background-color css

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

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

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

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

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

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