#B3F1C6

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

Shades of Granny Apple #B3F1C6

Tints of Granny Apple #B3F1C6

Color information

#B3F1C6 (or 0xB3F1C6) is unknown color: approx Granny Apple. HEX triplet: B3, F1 and C6. RGB value is (179,241,198). Sum of RGB (Red+Green+Blue) = 179+241+198=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1C6 is #4C0E39. Grayscale: #D9D9D9. Windows color (decimal): -4984378 or 13038003. OLE color: 13038003.

HSL color Cylindrical-coordinate representation of color #B3F1C6: hue angle of 138.39º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1C6 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB179241198-
CMYK0.2600.180.05
HSL138.39º68.89%82.35%-
HSV(B)138.39º25.73%94.51%-
XYZ60.2476.5765.03-
YUV217.56116.96100.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.96%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=28.96%
G=39.00%
B=32.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792411980.2600.180.05138.3968.8982.35
HexB3F1C61A01258a4552
Octal263361306320225212105122
Binary101100111111000111000110110100100101011000101010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1C6; }

 p { color: rgb(179,241,198); }

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

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

 a { background-color: rgb(179,241,198); }

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

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

 span { border-color: rgb(179,241,198); }

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