#B8FFCA

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

Shades of Granny Apple #B8FFCA

Tints of Granny Apple #B8FFCA

Color information

#B8FFCA (or 0xB8FFCA) is unknown color: approx Granny Apple. HEX triplet: B8, FF and CA. RGB value is (184,255,202). Sum of RGB (Red+Green+Blue) = 184+255+202=641 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.71% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFCA is #470035. Grayscale: #E3E3E3. Windows color (decimal): -4653110 or 13303736. OLE color: 13303736.

HSL color Cylindrical-coordinate representation of color #B8FFCA: hue angle of 135.21º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFCA is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB184255202-
CMYK0.2800.210
HSL135.21º100%86.08%-
HSV(B)135.21º27.84%100%-
XYZ66.1985.9768.98-
YUV227.73113.4896.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.71%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=28.71%
G=39.78%
B=31.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552020.2800.210135.2110086.08
HexB8FFCA1C0150876456
Octal270377312340250207144126
Binary1011100011111111110010101110001010101000011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFCA; }

 p { color: rgb(184,255,202); }

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

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

 a { background-color: rgb(184,255,202); }

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

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

 span { border-color: rgb(184,255,202); }

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