#B6EABB

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

Shades of Fringy Flower #B6EABB

Tints of Fringy Flower #B6EABB

Color information

#B6EABB (or 0xB6EABB) is unknown color: approx Fringy Flower. HEX triplet: B6, EA and BB. RGB value is (182,234,187). Sum of RGB (Red+Green+Blue) = 182+234+187=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EABB is #491544. Grayscale: #D5D5D5. Windows color (decimal): -4789573 or 12315318. OLE color: 12315318.

HSL color Cylindrical-coordinate representation of color #B6EABB: hue angle of 125.77º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6EABB is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB182234187-
CMYK0.2200.200.08
HSL125.77º55.32%81.57%-
HSV(B)125.77º22.22%91.76%-
XYZ57.6872.3857.94-
YUV213.09113.27105.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.18%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=30.18%
G=38.81%
B=31.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822341870.2200.200.08125.7755.3281.57
HexB6EABB1601487e3752
Octal266352273260241017667122
Binary10110110111010101011101110110010100100011111101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EABB; }

 p { color: rgb(182,234,187); }

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

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

 a { background-color: rgb(182,234,187); }

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

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

 span { border-color: rgb(182,234,187); }

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