#B6FFC2

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

Shades of Fringy Flower #B6FFC2

Tints of Fringy Flower #B6FFC2

Color information

#B6FFC2 (or 0xB6FFC2) is unknown color: approx Fringy Flower. HEX triplet: B6, FF and C2. RGB value is (182,255,194). Sum of RGB (Red+Green+Blue) = 182+255+194=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFC2 is #49003D. Grayscale: #E2E2E2. Windows color (decimal): -4784190 or 12779446. OLE color: 12779446.

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

Color convert

RGB182255194-
CMYK0.2900.240
HSL129.86º100%85.69%-
HSV(B)129.86º28.63%100%-
XYZ64.7985.3664.1-
YUV226.22109.8296.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.84%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 194 (76.17% from 255) = 30.74%
R=28.84%
G=40.41%
B=30.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822551940.2900.240129.8610085.69
HexB6FFC21D0180826456
Octal266377302350300202144126
Binary1011011011111111110000101110101100001000001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFC2; }

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

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

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

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

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

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

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

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