Html Css Color HEX #BCCE8F Sprout

📋 copy color: '#BCCE8F'

red 188 ◦ green 206 ◦ blue 143

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

Shades of Sprout #BCCE8F

Tints of Sprout #BCCE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.63%

R = 35.01%
G = 38.36%
B = 26.63%

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

#BCCE8F (or 0xBCCE8F) is known color: Sprout. HEX triplet: BC, CE and 8F. RGB value is (188,206,143). Sum of RGB (Red+Green+Blue) = 188+206+143=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE8F is #433170. Grayscale: #C1C1C1. Windows color (decimal): -4403569 or 9424572. OLE color: 9424572.

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

Color convert

RGB 188 206 143 -
CMYK 0.09 0 0.31 0.19
HSL 77.14º 0.39% 0.68% -
HSV(B) 77.14º 0.31% 0.81% -
XYZ 47.77 56.82 34.44 -
YUV 193.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 188 206 143 0.09 0 0.31 0.19 77.14 0.39 0.68
Hex BC CE 8F 9 0 1F 13 4D 27 44
Octal 274 316 217 11 0 37 23 115 47 104
Binary 10111100 11001110 10001111 1001 0 11111 10011 1001101 100111 1000100

Color Harmonies of #BCCE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE8F

Black with #BCCE8F

Text Example


Text Example

White with #BCCE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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