#B6FFCA

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

Shades of Granny Apple #B6FFCA

Tints of Granny Apple #B6FFCA

Color information

#B6FFCA (or 0xB6FFCA) is unknown color: approx Granny Apple. HEX triplet: B6, FF and CA. RGB value is (182,255,202). Sum of RGB (Red+Green+Blue) = 182+255+202=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFCA is #490035. Grayscale: #E3E3E3. Windows color (decimal): -4784182 or 13303734. OLE color: 13303734.

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

Color convert

RGB182255202-
CMYK0.2900.210
HSL136.44º100%85.69%-
HSV(B)136.44º28.63%100%-
XYZ65.7185.7368.96-
YUV227.13113.8295.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.48%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=28.48%
G=39.91%
B=31.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552020.2900.210136.4410085.69
HexB6FFCA1D0150886456
Octal266377312350250210144126
Binary1011011011111111110010101110101010101000100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFCA; }

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

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

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

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

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

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

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

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