#BBCE8E

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

Shades of Sprout #BBCE8E

Tints of Sprout #BBCE8E

Color information

#BBCE8E (or 0xBBCE8E) is unknown color: approx Sprout. HEX triplet: BB, CE and 8E. RGB value is (187,206,142). Sum of RGB (Red+Green+Blue) = 187+206+142=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE8E is #443171. Grayscale: #C1C1C1. Windows color (decimal): -4469106 or 9359035. OLE color: 9359035.

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

Color convert

RGB187206142-
CMYK0.0900.310.19
HSL77.81º39.51%68.24%-
HSV(B)77.81º31.07%80.78%-
XYZ47.4556.6634.03-
YUV193.0299.21123.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=34.95%
G=38.50%
B=26.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061420.0900.310.1977.8139.5168.24
HexBBCE8E901F134e2844
Octal273316216110372311650104
Binary10111011110011101000111010010111111001110011101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCE8E; }

 p { color: rgb(187,206,142); }

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

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

 a { background-color: rgb(187,206,142); }

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

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

 span { border-color: rgb(187,206,142); }

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