#B3FCC4

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

Shades of Granny Apple #B3FCC4

Tints of Granny Apple #B3FCC4

Color information

#B3FCC4 (or 0xB3FCC4) is unknown color: approx Granny Apple. HEX triplet: B3, FC and C4. RGB value is (179,252,196). Sum of RGB (Red+Green+Blue) = 179+252+196=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCC4 is #4C033B. Grayscale: #DFDFDF. Windows color (decimal): -4981564 or 12909747. OLE color: 12909747.

HSL color Cylindrical-coordinate representation of color #B3FCC4: hue angle of 133.97º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCC4 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB179252196-
CMYK0.2900.220.01
HSL133.97º92.41%84.51%-
HSV(B)133.97º28.97%98.82%-
XYZ63.3683.1964.94-
YUV223.79112.3296.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.55%
GREEN value IS 252 (98.83% from 255) = 40.19%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=28.55%
G=40.19%
B=31.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792521960.2900.220.01133.9792.4184.51
HexB3FCC41D0161865c55
Octal263374304350261206134125
Binary1011001111111100110001001110101011011000011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCC4; }

 p { color: rgb(179,252,196); }

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

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

 a { background-color: rgb(179,252,196); }

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

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

 span { border-color: rgb(179,252,196); }

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