#B6FEC2

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

Shades of Fringy Flower #B6FEC2

Tints of Fringy Flower #B6FEC2

Color information

#B6FEC2 (or 0xB6FEC2) is unknown color: approx Fringy Flower. HEX triplet: B6, FE and C2. RGB value is (182,254,194). Sum of RGB (Red+Green+Blue) = 182+254+194=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FEC2 is #49013D. Grayscale: #E1E1E1. Windows color (decimal): -4784446 or 12779190. OLE color: 12779190.

HSL color Cylindrical-coordinate representation of color #B6FEC2: hue angle of 130º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FEC2 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB182254194-
CMYK0.2800.240.00
HSL130º97.3%85.49%-
HSV(B)130º28.35%99.61%-
XYZ64.4784.7263.99-
YUV225.63110.1596.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.89%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 194 (76.17% from 255) = 30.79%
R=28.89%
G=40.32%
B=30.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822541940.2800.240.0013097.385.49
HexB6FEC21C0180826155
Octal266376302340300202141125
Binary1011011011111110110000101110001100001000001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FEC2; }

 p { color: rgb(182,254,194); }

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

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

 a { background-color: rgb(182,254,194); }

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

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

 span { border-color: rgb(182,254,194); }

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