#B5F3CA

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

Shades of Granny Apple #B5F3CA

Tints of Granny Apple #B5F3CA

Color information

#B5F3CA (or 0xB5F3CA) is unknown color: approx Granny Apple. HEX triplet: B5, F3 and CA. RGB value is (181,243,202). Sum of RGB (Red+Green+Blue) = 181+243+202=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F3CA is #4A0C35. Grayscale: #DBDBDB. Windows color (decimal): -4852790 or 13300661. OLE color: 13300661.

HSL color Cylindrical-coordinate representation of color #B5F3CA: hue angle of 140.32º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F3CA is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB181243202-
CMYK0.2600.170.05
HSL140.32º72.09%83.14%-
HSV(B)140.32º25.51%95.29%-
XYZ61.7778.1967.71-
YUV219.79117.96100.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.91%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=28.91%
G=38.82%
B=32.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812432020.2600.170.05140.3272.0983.14
HexB5F3CA1A01158c4853
Octal265363312320215214110123
Binary101101011111001111001010110100100011011000110010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F3CA; }

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

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

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

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

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

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

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

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