#B9FFCB

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

Shades of Granny Apple #B9FFCB

Tints of Granny Apple #B9FFCB

Color information

#B9FFCB (or 0xB9FFCB) is unknown color: approx Granny Apple. HEX triplet: B9, FF and CB. RGB value is (185,255,203). Sum of RGB (Red+Green+Blue) = 185+255+203=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFCB is #460034. Grayscale: #E4E4E4. Windows color (decimal): -4587573 or 13369273. OLE color: 13369273.

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

Color convert

RGB185255203-
CMYK0.2700.200
HSL135.43º100%86.27%-
HSV(B)135.43º27.45%100%-
XYZ66.5586.1569.62-
YUV228.14113.8197.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=28.77%
G=39.66%
B=31.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552030.2700.200135.4310086.27
HexB9FFCB1B0140876456
Octal271377313330240207144126
Binary1011100111111111110010111101101010001000011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFCB; }

 p { color: rgb(185,255,203); }

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

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

 a { background-color: rgb(185,255,203); }

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

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

 span { border-color: rgb(185,255,203); }

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