#BFFFCB

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

Shades of Granny Apple #BFFFCB

Tints of Granny Apple #BFFFCB

Color information

#BFFFCB (or 0xBFFFCB) is unknown color: approx Granny Apple. HEX triplet: BF, FF and CB. RGB value is (191,255,203). Sum of RGB (Red+Green+Blue) = 191+255+203=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFCB is #400034. Grayscale: #E6E6E6. Windows color (decimal): -4194357 or 13369279. OLE color: 13369279.

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

Color convert

RGB191255203-
CMYK0.2500.200
HSL131.25º100%87.45%-
HSV(B)131.25º25.1%100%-
XYZ68.0386.9169.69-
YUV229.94112.8100.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=29.43%
G=39.29%
B=31.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552030.2500.200131.2510087.45
HexBFFFCB190140836457
Octal277377313310240203144127
Binary1011111111111111110010111100101010001000001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFCB; }

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

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

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

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

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

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

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

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