#B9EDBD

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

Shades of Fringy Flower #B9EDBD

Tints of Fringy Flower #B9EDBD

Color information

#B9EDBD (or 0xB9EDBD) is unknown color: approx Fringy Flower. HEX triplet: B9, ED and BD. RGB value is (185,237,189). Sum of RGB (Red+Green+Blue) = 185+237+189=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDBD is #461242. Grayscale: #D8D8D8. Windows color (decimal): -4592195 or 12447161. OLE color: 12447161.

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

Color convert

RGB185237189-
CMYK0.2200.200.07
HSL124.62º59.09%82.75%-
HSV(B)124.62º21.94%92.94%-
XYZ59.4874.5659.4-
YUV215.98112.77105.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.28%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=30.28%
G=38.79%
B=30.93%

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
Decimal1852371890.2200.200.07124.6259.0982.75
HexB9EDBD1601477d3b53
Octal27135527526024717573123
Binary1011100111101101101111011011001010011111111011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDBD; }

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

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

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

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

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

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

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

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