#BFF0CB

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

Shades of Granny Apple #BFF0CB

Tints of Granny Apple #BFF0CB

Color information

#BFF0CB (or 0xBFF0CB) is unknown color: approx Granny Apple. HEX triplet: BF, F0 and CB. RGB value is (191,240,203). Sum of RGB (Red+Green+Blue) = 191+240+203=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0CB is #400F34. Grayscale: #DDDDDD. Windows color (decimal): -4198197 or 13365439. OLE color: 13365439.

HSL color Cylindrical-coordinate representation of color #BFF0CB: hue angle of 134.69º 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 #BFF0CB is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB191240203-
CMYK0.2000.150.06
HSL134.69º62.03%84.51%-
HSV(B)134.69º20.42%94.12%-
XYZ63.4377.7168.16-
YUV221.13117.77106.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=30.13%
G=37.85%
B=32.02%

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
Decimal1912402030.2000.150.06134.6962.0384.51
HexBFF0CB140F6873e55
Octal27736031324017620776125
Binary1011111111110000110010111010001111110100001111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0CB; }

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

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

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

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

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

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

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

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