#BBCF8C

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

Shades of Sprout #BBCF8C

Tints of Sprout #BBCF8C

Color information

#BBCF8C (or 0xBBCF8C) is unknown color: approx Sprout. HEX triplet: BB, CF and 8C. RGB value is (187,207,140). Sum of RGB (Red+Green+Blue) = 187+207+140=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF8C is #443073. Grayscale: #C1C1C1. Windows color (decimal): -4468852 or 9228219. OLE color: 9228219.

HSL color Cylindrical-coordinate representation of color #BBCF8C: hue angle of 77.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCF8C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB187207140-
CMYK0.1000.320.19
HSL77.91º41.1%68.04%-
HSV(B)77.91º32.37%81.18%-
XYZ47.5457.0833.32-
YUV193.3897.87123.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 140 (55.08% from 255) = 26.22%
R=35.02%
G=38.76%
B=26.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071400.1000.320.1977.9141.168.04
HexBBCF8CA020134e2944
Octal273317214120402311651104
Binary101110111100111110001100101001000001001110011101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF8C; }

 p { color: rgb(187,207,140); }

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

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

 a { background-color: rgb(187,207,140); }

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

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

 span { border-color: rgb(187,207,140); }

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