#B9EDBE

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

Shades of Fringy Flower #B9EDBE

Tints of Fringy Flower #B9EDBE

Color information

#B9EDBE (or 0xB9EDBE) is unknown color: approx Fringy Flower. HEX triplet: B9, ED and BE. RGB value is (185,237,190). Sum of RGB (Red+Green+Blue) = 185+237+190=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDBE is #461241. Grayscale: #D8D8D8. Windows color (decimal): -4592194 or 12512697. OLE color: 12512697.

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

Color convert

RGB185237190-
CMYK0.2200.200.07
HSL125.77º59.09%82.75%-
HSV(B)125.77º21.94%92.94%-
XYZ59.5974.659.97-
YUV216.09113.27105.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.23%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=30.23%
G=38.73%
B=31.05%

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
Decimal1852371900.2200.200.07125.7759.0982.75
HexB9EDBE1601477e3b53
Octal27135527626024717673123
Binary1011100111101101101111101011001010011111111101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDBE; }

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

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

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

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

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

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

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

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