#B8FACE

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

Shades of Granny Apple #B8FACE

Tints of Granny Apple #B8FACE

Color information

#B8FACE (or 0xB8FACE) is unknown color: approx Granny Apple. HEX triplet: B8, FA and CE. RGB value is (184,250,206). Sum of RGB (Red+Green+Blue) = 184+250+206=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FACE is #470531. Grayscale: #E1E1E1. Windows color (decimal): -4654386 or 13564600. OLE color: 13564600.

HSL color Cylindrical-coordinate representation of color #B8FACE: hue angle of 140º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FACE is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB184250206-
CMYK0.2600.180.02
HSL140º86.84%85.1%-
HSV(B)140º26.4%98.04%-
XYZ65.0983.0270.99-
YUV225.25117.1398.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.75%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=28.75%
G=39.06%
B=32.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842502060.2600.180.0214086.8485.1
HexB8FACE1A01228c5755
Octal270372316320222214127125
Binary10111000111110101100111011010010010101000110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FACE; }

 p { color: rgb(184,250,206); }

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

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

 a { background-color: rgb(184,250,206); }

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

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

 span { border-color: rgb(184,250,206); }

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