#BCCF9B

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

Shades of Sprout #BCCF9B

Tints of Sprout #BCCF9B

Color information

#BCCF9B (or 0xBCCF9B) is unknown color: approx Sprout. HEX triplet: BC, CF and 9B. RGB value is (188,207,155). Sum of RGB (Red+Green+Blue) = 188+207+155=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF9B is #433064. Grayscale: #C3C3C3. Windows color (decimal): -4403301 or 10211260. OLE color: 10211260.

HSL color Cylindrical-coordinate representation of color #BCCF9B: hue angle of 81.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCF9B is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB188207155-
CMYK0.0900.250.19
HSL81.92º35.14%70.98%-
HSV(B)81.92º25.12%81.18%-
XYZ48.9757.6839.56-
YUV195.39105.21122.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=34.18%
G=37.64%
B=28.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071550.0900.250.1981.9235.1470.98
HexBCCF9B901913522347
Octal274317233110312312243107
Binary10111100110011111001101110010110011001110100101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF9B; }

 p { color: rgb(188,207,155); }

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

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

 a { background-color: rgb(188,207,155); }

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

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

 span { border-color: rgb(188,207,155); }

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