#BFFFCC

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

Shades of Granny Apple #BFFFCC

Tints of Granny Apple #BFFFCC

Color information

#BFFFCC (or 0xBFFFCC) is unknown color: approx Granny Apple. HEX triplet: BF, FF and CC. RGB value is (191,255,204). Sum of RGB (Red+Green+Blue) = 191+255+204=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFCC is #400033. Grayscale: #E6E6E6. Windows color (decimal): -4194356 or 13434815. OLE color: 13434815.

HSL color Cylindrical-coordinate representation of color #BFFFCC: hue angle of 132.19º 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 #BFFFCC is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB191255204-
CMYK0.2500.20
HSL132.19º100%87.45%-
HSV(B)132.19º25.1%100%-
XYZ68.1486.9670.32-
YUV230.05113.3100.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=29.38%
G=39.23%
B=31.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552040.2500.20132.1910087.45
HexBFFFCC190140846457
Octal277377314310240204144127
Binary1011111111111111110011001100101010001000010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFCC; }

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

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

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

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

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

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

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

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