#B8EDBA

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

Shades of Fringy Flower #B8EDBA

Tints of Fringy Flower #B8EDBA

Color information

#B8EDBA (or 0xB8EDBA) is unknown color: approx Fringy Flower. HEX triplet: B8, ED and BA. RGB value is (184,237,186). Sum of RGB (Red+Green+Blue) = 184+237+186=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDBA is #471245. Grayscale: #D7D7D7. Windows color (decimal): -4657734 or 12250552. OLE color: 12250552.

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

Color convert

RGB184237186-
CMYK0.2200.220.07
HSL122.26º59.55%82.55%-
HSV(B)122.26º22.36%92.94%-
XYZ58.9174.357.69-
YUV215.34111.44105.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.31%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=30.31%
G=39.04%
B=30.64%

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
Decimal1842371860.2200.220.07122.2659.5582.55
HexB8EDBA1601677a3c53
Octal27035527226026717274123
Binary1011100011101101101110101011001011011111110101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EDBA; }

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

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

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

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

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

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

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

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