#B9EDBA

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

Shades of Fringy Flower #B9EDBA

Tints of Fringy Flower #B9EDBA

Color information

#B9EDBA (or 0xB9EDBA) is unknown color: approx Fringy Flower. HEX triplet: B9, ED and BA. RGB value is (185,237,186). Sum of RGB (Red+Green+Blue) = 185+237+186=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDBA is #461245. Grayscale: #D7D7D7. Windows color (decimal): -4592198 or 12250553. OLE color: 12250553.

HSL color Cylindrical-coordinate representation of color #B9EDBA: hue angle of 121.15º degrees, saturation: 0.59, 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 #B9EDBA is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB185237186-
CMYK0.2200.220.07
HSL121.15º59.09%82.75%-
HSV(B)121.15º21.94%92.94%-
XYZ59.1574.4357.7-
YUV215.64111.27106.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.43%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=30.43%
G=38.98%
B=30.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852371860.2200.220.07121.1559.0982.75
HexB9EDBA160167793b53
Octal27135527226026717173123
Binary1011100111101101101110101011001011011111110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDBA; }

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

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

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

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

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

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

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

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