#B6F3BE

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

Shades of Fringy Flower #B6F3BE

Tints of Fringy Flower #B6F3BE

Color information

#B6F3BE (or 0xB6F3BE) is unknown color: approx Fringy Flower. HEX triplet: B6, F3 and BE. RGB value is (182,243,190). Sum of RGB (Red+Green+Blue) = 182+243+190=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3BE is #490C41. Grayscale: #DADADA. Windows color (decimal): -4787266 or 12514230. OLE color: 12514230.

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

Color convert

RGB182243190-
CMYK0.2500.220.05
HSL127.87º71.76%83.33%-
HSV(B)127.87º25.1%95.29%-
XYZ60.6477.7660.53-
YUV218.72111.79101.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.59%
GREEN value IS 243 (95.31% from 255) = 39.51%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=29.59%
G=39.51%
B=30.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822431900.2500.220.05127.8771.7683.33
HexB6F3BE190165804853
Octal266363276310265200110123
Binary101101101111001110111110110010101101011000000010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3BE; }

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

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

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

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

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

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

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

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