Html Css Color HEX #BCCE8E Sprout

📋 copy color: '#BCCE8E'

red 188 ◦ green 206 ◦ blue 142

#BCCE8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BCCE8E

Tints of Sprout #BCCE8E

RGB

 RED value IS 188 (73.83% from 255) = 35.07%

 GREEN value IS 206 (80.86% from 255) = 38.43%

 BLUE value IS 142 (55.86% from 255) = 26.49%

R = 35.07%
G = 38.43%
B = 26.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#BCCE8E (or 0xBCCE8E) is known color: Sprout. HEX triplet: BC, CE and 8E. RGB value is (188,206,142). Sum of RGB (Red+Green+Blue) = 188+206+142=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE8E is #433171. Grayscale: #C1C1C1. Windows color (decimal): -4403570 or 9359036. OLE color: 9359036.

HSL color Cylindrical-coordinate representation of color #BCCE8E: hue angle of 76.88º 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 #BCCE8E is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 142 -
CMYK 0.09 0 0.31 0.19
HSL 76.88º 0.4% 0.68% -
HSV(B) 76.88º 0.31% 0.81% -
XYZ 47.69 56.79 34.04 -
YUV 193.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 188 206 142 0.09 0 0.31 0.19 76.88 0.4 0.68
Hex BC CE 8E 9 0 1F 13 4D 28 44
Octal 274 316 216 11 0 37 23 115 50 104
Binary 10111100 11001110 10001110 1001 0 11111 10011 1001101 101000 1000100

Color Harmonies of #BCCE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE8E

Black with #BCCE8E

Text Example


Text Example

White with #BCCE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE8E; }

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

 H1.HeaderClassName
 {
   color: #BCCE8E;
 }
 .AnyTagClassName
 {
   color: #BCCE8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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