#B8EFC4

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

Shades of Granny Apple #B8EFC4

Tints of Granny Apple #B8EFC4

Color information

#B8EFC4 (or 0xB8EFC4) is unknown color: approx Granny Apple. HEX triplet: B8, EF and C4. RGB value is (184,239,196). Sum of RGB (Red+Green+Blue) = 184+239+196=619 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.73% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFC4 is #47103B. Grayscale: #D9D9D9. Windows color (decimal): -4657212 or 12906424. OLE color: 12906424.

HSL color Cylindrical-coordinate representation of color #B8EFC4: hue angle of 133.09º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFC4 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB184239196-
CMYK0.2300.180.06
HSL133.09º63.22%82.94%-
HSV(B)133.09º23.01%93.73%-
XYZ60.675.9163.68-
YUV217.65115.78104-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.73%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=29.73%
G=38.61%
B=31.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842391960.2300.180.06133.0963.2282.94
HexB8EFC4170126853f53
Octal27035730427022620577123
Binary10111000111011111100010010111010010110100001011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFC4; }

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

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

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

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

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

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

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

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