#B4FBC8

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

Shades of Granny Apple #B4FBC8

Tints of Granny Apple #B4FBC8

Color information

#B4FBC8 (or 0xB4FBC8) is unknown color: approx Granny Apple. HEX triplet: B4, FB and C8. RGB value is (180,251,200). Sum of RGB (Red+Green+Blue) = 180+251+200=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBC8 is #4B0437. Grayscale: #E0E0E0. Windows color (decimal): -4916280 or 13171636. OLE color: 13171636.

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

Color convert

RGB180251200-
CMYK0.2800.200.02
HSL136.9º89.87%84.51%-
HSV(B)136.9º28.29%98.43%-
XYZ63.7482.8767.28-
YUV223.96114.4896.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.53%
GREEN value IS 251 (98.44% from 255) = 39.78%
BLUE value IS 200 (78.52% from 255) = 31.70%
R=28.53%
G=39.78%
B=31.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802512000.2800.200.02136.989.8784.51
HexB4FBC81C0142895a55
Octal264373310340242211132125
Binary10110100111110111100100011100010100101000100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBC8; }

 p { color: rgb(180,251,200); }

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

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

 a { background-color: rgb(180,251,200); }

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

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

 span { border-color: rgb(180,251,200); }

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