#B6EDBA

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

Shades of Fringy Flower #B6EDBA

Tints of Fringy Flower #B6EDBA

Color information

#B6EDBA (or 0xB6EDBA) is unknown color: approx Fringy Flower. HEX triplet: B6, ED and BA. RGB value is (182,237,186). Sum of RGB (Red+Green+Blue) = 182+237+186=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDBA is #491245. Grayscale: #D6D6D6. Windows color (decimal): -4788806 or 12250550. OLE color: 12250550.

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

Color convert

RGB182237186-
CMYK0.2300.220.07
HSL124.36º60.44%82.16%-
HSV(B)124.36º23.21%92.94%-
XYZ58.4474.0657.67-
YUV214.74111.78104.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=30.08%
G=39.17%
B=30.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822371860.2300.220.07124.3660.4482.16
HexB6EDBA1701677c3c52
Octal26635527227026717474122
Binary1011011011101101101110101011101011011111111001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EDBA; }

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

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

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

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

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

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

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

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