#B7EDBE

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

Shades of Fringy Flower #B7EDBE

Tints of Fringy Flower #B7EDBE

Color information

#B7EDBE (or 0xB7EDBE) is unknown color: approx Fringy Flower. HEX triplet: B7, ED and BE. RGB value is (183,237,190). Sum of RGB (Red+Green+Blue) = 183+237+190=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDBE is #481241. Grayscale: #D7D7D7. Windows color (decimal): -4723266 or 12512695. OLE color: 12512695.

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

Color convert

RGB183237190-
CMYK0.2300.200.07
HSL127.78º60%82.35%-
HSV(B)127.78º22.78%92.94%-
XYZ59.1174.3559.95-
YUV215.5113.61104.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=30%
G=38.85%
B=31.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832371900.2300.200.07127.786082.35
HexB7EDBE170147803c52
Octal26735527627024720074122
Binary10110111111011011011111010111010100111100000001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EDBE; }

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

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

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

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

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

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

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

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