#BFF8CC

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

Shades of Granny Apple #BFF8CC

Tints of Granny Apple #BFF8CC

Color information

#BFF8CC (or 0xBFF8CC) is unknown color: approx Granny Apple. HEX triplet: BF, F8 and CC. RGB value is (191,248,204). Sum of RGB (Red+Green+Blue) = 191+248+204=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8CC is #400733. Grayscale: #E2E2E2. Windows color (decimal): -4196148 or 13433023. OLE color: 13433023.

HSL color Cylindrical-coordinate representation of color #BFF8CC: hue angle of 133.68º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8CC is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB191248204-
CMYK0.2300.180.03
HSL133.68º80.28%86.08%-
HSV(B)133.68º22.98%97.25%-
XYZ65.9582.5769.59-
YUV225.94115.62103.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 248 (97.27% from 255) = 38.57%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=29.70%
G=38.57%
B=31.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912482040.2300.180.03133.6880.2886.08
HexBFF8CC170123865056
Octal277370314270223206120126
Binary10111111111110001100110010111010010111000011010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8CC; }

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

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

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

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

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

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

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

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