#B9EEBE

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

Shades of Fringy Flower #B9EEBE

Tints of Fringy Flower #B9EEBE

Color information

#B9EEBE (or 0xB9EEBE) is unknown color: approx Fringy Flower. HEX triplet: B9, EE and BE. RGB value is (185,238,190). Sum of RGB (Red+Green+Blue) = 185+238+190=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EEBE is #461141. Grayscale: #D8D8D8. Windows color (decimal): -4591938 or 12512953. OLE color: 12512953.

HSL color Cylindrical-coordinate representation of color #B9EEBE: hue angle of 125.66º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EEBE is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB185238190-
CMYK0.2200.200.07
HSL125.66º60.92%82.94%-
HSV(B)125.66º22.27%93.33%-
XYZ59.8875.1860.07-
YUV216.68112.94105.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.18%
GREEN value IS 238 (93.36% from 255) = 38.83%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=30.18%
G=38.83%
B=31.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852381900.2200.200.07125.6660.9282.94
HexB9EEBE1601477e3d53
Octal27135627626024717675123
Binary1011100111101110101111101011001010011111111101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEBE; }

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

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

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

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

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

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

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

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