#B4EFC8

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

Shades of Granny Apple #B4EFC8

Tints of Granny Apple #B4EFC8

Color information

#B4EFC8 (or 0xB4EFC8) is unknown color: approx Granny Apple. HEX triplet: B4, EF and C8. RGB value is (180,239,200). Sum of RGB (Red+Green+Blue) = 180+239+200=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFC8 is #4B1037. Grayscale: #D9D9D9. Windows color (decimal): -4919352 or 13168564. OLE color: 13168564.

HSL color Cylindrical-coordinate representation of color #B4EFC8: hue angle of 140.34º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFC8 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB180239200-
CMYK0.2500.160.06
HSL140.34º64.84%82.16%-
HSV(B)140.34º24.69%93.73%-
XYZ60.1175.6166.07-
YUV216.91118.45101.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.08%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=29.08%
G=38.61%
B=32.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392000.2500.160.06140.3464.8482.16
HexB4EFC81901068c4152
Octal264357310310206214101122
Binary101101001110111111001000110010100001101000110010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFC8; }

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

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

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

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

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

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

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

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