#B5FBCA

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

Shades of Granny Apple #B5FBCA

Tints of Granny Apple #B5FBCA

Color information

#B5FBCA (or 0xB5FBCA) is unknown color: approx Granny Apple. HEX triplet: B5, FB and CA. RGB value is (181,251,202). Sum of RGB (Red+Green+Blue) = 181+251+202=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FBCA is #4A0435. Grayscale: #E0E0E0. Windows color (decimal): -4850742 or 13302709. OLE color: 13302709.

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

Color convert

RGB181251202-
CMYK0.2800.200.02
HSL138º89.74%84.71%-
HSV(B)138º27.89%98.43%-
XYZ64.2183.0868.53-
YUV224.48115.3196.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.55%
GREEN value IS 251 (98.44% from 255) = 39.59%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=28.55%
G=39.59%
B=31.86%

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
Decimal1812512020.2800.200.0213889.7484.71
HexB5FBCA1C01428a5a55
Octal265373312340242212132125
Binary10110101111110111100101011100010100101000101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBCA; }

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

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

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

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

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

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

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

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