#B6EBBD

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

Shades of Fringy Flower #B6EBBD

Tints of Fringy Flower #B6EBBD

Color information

#B6EBBD (or 0xB6EBBD) is unknown color: approx Fringy Flower. HEX triplet: B6, EB and BD. RGB value is (182,235,189). Sum of RGB (Red+Green+Blue) = 182+235+189=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBBD is #491442. Grayscale: #D6D6D6. Windows color (decimal): -4789315 or 12446646. OLE color: 12446646.

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

Color convert

RGB182235189-
CMYK0.2300.200.08
HSL127.92º56.99%81.76%-
HSV(B)127.92º22.55%92.16%-
XYZ58.1973.0459.17-
YUV213.91113.94105.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=30.03%
G=38.78%
B=31.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822351890.2300.200.08127.9256.9981.76
HexB6EBBD170148803952
Octal266353275270241020071122
Binary101101101110101110111101101110101001000100000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBBD; }

 p { color: rgb(182,235,189); }

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

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

 a { background-color: rgb(182,235,189); }

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

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

 span { border-color: rgb(182,235,189); }

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