#B6EDB8

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

Shades of Fringy Flower #B6EDB8

Tints of Fringy Flower #B6EDB8

Color information

#B6EDB8 (or 0xB6EDB8) is unknown color: approx Fringy Flower. HEX triplet: B6, ED and B8. RGB value is (182,237,184). Sum of RGB (Red+Green+Blue) = 182+237+184=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDB8 is #491247. Grayscale: #D6D6D6. Windows color (decimal): -4788808 or 12119478. OLE color: 12119478.

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

Color convert

RGB182237184-
CMYK0.2300.220.07
HSL122.18º60.44%82.16%-
HSV(B)122.18º23.21%92.94%-
XYZ58.2373.9756.56-
YUV214.51110.78104.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.18%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 184 (72.27% from 255) = 30.51%
R=30.18%
G=39.30%
B=30.51%

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
Decimal1822371840.2300.220.07122.1860.4482.16
HexB6EDB81701677a3c52
Octal26635527027026717274122
Binary1011011011101101101110001011101011011111110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EDB8; }

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

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

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

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

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

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

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

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