#B8EDBE

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

Shades of Fringy Flower #B8EDBE

Tints of Fringy Flower #B8EDBE

Color information

#B8EDBE (or 0xB8EDBE) is unknown color: approx Fringy Flower. HEX triplet: B8, ED and BE. RGB value is (184,237,190). Sum of RGB (Red+Green+Blue) = 184+237+190=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDBE is #471241. Grayscale: #D7D7D7. Windows color (decimal): -4657730 or 12512696. OLE color: 12512696.

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

Color convert

RGB184237190-
CMYK0.2200.200.07
HSL126.79º59.55%82.55%-
HSV(B)126.79º22.36%92.94%-
XYZ59.3574.4859.96-
YUV215.8113.44105.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.11%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=30.11%
G=38.79%
B=31.10%

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
Decimal1842371900.2200.200.07126.7959.5582.55
HexB8EDBE1601477f3c53
Octal27035527626024717774123
Binary1011100011101101101111101011001010011111111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EDBE; }

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

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

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

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

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

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

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

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