#B8FFC4

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

Shades of Granny Apple #B8FFC4

Tints of Granny Apple #B8FFC4

Color information

#B8FFC4 (or 0xB8FFC4) is unknown color: approx Granny Apple. HEX triplet: B8, FF and C4. RGB value is (184,255,196). Sum of RGB (Red+Green+Blue) = 184+255+196=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFC4 is #47003B. Grayscale: #E3E3E3. Windows color (decimal): -4653116 or 12910520. OLE color: 12910520.

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

Color convert

RGB184255196-
CMYK0.2800.230
HSL130.14º100%86.08%-
HSV(B)130.14º27.84%100%-
XYZ65.4985.765.31-
YUV227.04110.4897.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.98%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 196 (76.95% from 255) = 30.87%
R=28.98%
G=40.16%
B=30.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551960.2800.230130.1410086.08
HexB8FFC41C0170826456
Octal270377304340270202144126
Binary1011100011111111110001001110001011101000001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFC4; }

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

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

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

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

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

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

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

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