#B5EFCA

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

Shades of Granny Apple #B5EFCA

Tints of Granny Apple #B5EFCA

Color information

#B5EFCA (or 0xB5EFCA) is unknown color: approx Granny Apple. HEX triplet: B5, EF and CA. RGB value is (181,239,202). Sum of RGB (Red+Green+Blue) = 181+239+202=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFCA is #4A1035. Grayscale: #D9D9D9. Windows color (decimal): -4853814 or 13299637. OLE color: 13299637.

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

Color convert

RGB181239202-
CMYK0.2400.150.06
HSL141.72º64.44%82.35%-
HSV(B)141.72º24.27%93.73%-
XYZ60.5875.8267.32-
YUV217.44119.28102.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=29.10%
G=38.42%
B=32.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392020.2400.150.06141.7264.4482.35
HexB5EFCA180F68e4052
Octal265357312300176216100122
Binary10110101111011111100101011000011111101000111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFCA; }

 p { color: rgb(181,239,202); }

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

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

 a { background-color: rgb(181,239,202); }

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

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

 span { border-color: rgb(181,239,202); }

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