#B2FFC4

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

Shades of Granny Apple #B2FFC4

Tints of Granny Apple #B2FFC4

Color information

#B2FFC4 (or 0xB2FFC4) is unknown color: approx Granny Apple. HEX triplet: B2, FF and C4. RGB value is (178,255,196). Sum of RGB (Red+Green+Blue) = 178+255+196=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFC4 is #4D003B. Grayscale: #E1E1E1. Windows color (decimal): -5046332 or 12910514. OLE color: 12910514.

HSL color Cylindrical-coordinate representation of color #B2FFC4: hue angle of 134.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFC4 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB178255196-
CMYK0.3000.230
HSL134.03º100%84.9%-
HSV(B)134.03º30.2%100%-
XYZ64.0884.9765.25-
YUV225.25111.4994.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.30%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 196 (76.95% from 255) = 31.16%
R=28.30%
G=40.54%
B=31.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782551960.3000.230134.0310084.9
HexB2FFC41E0170866455
Octal262377304360270206144125
Binary1011001011111111110001001111001011101000011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFC4; }

 p { color: rgb(178,255,196); }

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

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

 a { background-color: rgb(178,255,196); }

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

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

 span { border-color: rgb(178,255,196); }

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