#B8FACB

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

Shades of Granny Apple #B8FACB

Tints of Granny Apple #B8FACB

Color information

#B8FACB (or 0xB8FACB) is unknown color: approx Granny Apple. HEX triplet: B8, FA and CB. RGB value is (184,250,203). Sum of RGB (Red+Green+Blue) = 184+250+203=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FACB is #470534. Grayscale: #E1E1E1. Windows color (decimal): -4654389 or 13367992. OLE color: 13367992.

HSL color Cylindrical-coordinate representation of color #B8FACB: hue angle of 137.27º 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 #B8FACB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB184250203-
CMYK0.2600.190.02
HSL137.27º86.84%85.1%-
HSV(B)137.27º26.4%98.04%-
XYZ64.7382.8769.08-
YUV224.91115.6398.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.89%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=28.89%
G=39.25%
B=31.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842502030.2600.190.02137.2786.8485.1
HexB8FACB1A0132895755
Octal270372313320232211127125
Binary10111000111110101100101111010010011101000100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FACB; }

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

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

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

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

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

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

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

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