#B6F1BE

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

Shades of Fringy Flower #B6F1BE

Tints of Fringy Flower #B6F1BE

Color information

#B6F1BE (or 0xB6F1BE) is unknown color: approx Fringy Flower. HEX triplet: B6, F1 and BE. RGB value is (182,241,190). Sum of RGB (Red+Green+Blue) = 182+241+190=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1BE is #490E41. Grayscale: #D9D9D9. Windows color (decimal): -4787778 or 12513718. OLE color: 12513718.

HSL color Cylindrical-coordinate representation of color #B6F1BE: hue angle of 128.14º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1BE is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB182241190-
CMYK0.2400.210.05
HSL128.14º67.82%82.94%-
HSV(B)128.14º24.48%94.51%-
XYZ60.0476.5760.33-
YUV217.54112.45102.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 241 (94.53% from 255) = 39.31%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=29.69%
G=39.31%
B=31.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822411900.2400.210.05128.1467.8282.94
HexB6F1BE180155804453
Octal266361276300255200104123
Binary101101101111000110111110110000101011011000000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1BE; }

 p { color: rgb(182,241,190); }

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

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

 a { background-color: rgb(182,241,190); }

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

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

 span { border-color: rgb(182,241,190); }

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