#BFF0CC

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

Shades of Granny Apple #BFF0CC

Tints of Granny Apple #BFF0CC

Color information

#BFF0CC (or 0xBFF0CC) is unknown color: approx Granny Apple. HEX triplet: BF, F0 and CC. RGB value is (191,240,204). Sum of RGB (Red+Green+Blue) = 191+240+204=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0CC is #400F33. Grayscale: #DDDDDD. Windows color (decimal): -4198196 or 13430975. OLE color: 13430975.

HSL color Cylindrical-coordinate representation of color #BFF0CC: hue angle of 135.92º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0CC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB191240204-
CMYK0.2000.150.06
HSL135.92º62.03%84.51%-
HSV(B)135.92º20.42%94.12%-
XYZ63.5577.7668.79-
YUV221.24118.27106.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=30.08%
G=37.80%
B=32.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912402040.2000.150.06135.9262.0384.51
HexBFF0CC140F6883e55
Octal27736031424017621076125
Binary1011111111110000110011001010001111110100010001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0CC; }

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

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

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

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

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

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

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

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