#B6FFC8

Color #B6FFC8 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #B6FFC8

Tints of Granny Apple #B6FFC8

Color information

#B6FFC8 (or 0xB6FFC8) is unknown color: approx Granny Apple. HEX triplet: B6, FF and C8. RGB value is (182,255,200). Sum of RGB (Red+Green+Blue) = 182+255+200=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFC8 is #490037. Grayscale: #E3E3E3. Windows color (decimal): -4784184 or 13172662. OLE color: 13172662.

HSL color Cylindrical-coordinate representation of color #B6FFC8: hue angle of 134.79º 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 #B6FFC8 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB182255200-
CMYK0.2900.220
HSL134.79º100%85.69%-
HSV(B)134.79º28.63%100%-
XYZ65.4885.6467.72-
YUV226.9112.8295.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 200 (78.52% from 255) = 31.40%
R=28.57%
G=40.03%
B=31.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552000.2900.220134.7910085.69
HexB6FFC81D0160876456
Octal266377310350260207144126
Binary1011011011111111110010001110101011001000011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFC8; }

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

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

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

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

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

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

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

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