Html Css Color HEX #BCCB9E Sprout

📋 copy color: '#BCCB9E'

red 188 ◦ green 203 ◦ blue 158

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

Shades of Sprout #BCCB9E

Tints of Sprout #BCCB9E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.98%

 BLUE value IS 158 (62.11% from 255) = 28.78%

R = 34.24%
G = 36.98%
B = 28.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#BCCB9E (or 0xBCCB9E) is known color: Sprout. HEX triplet: BC, CB and 9E. RGB value is (188,203,158). Sum of RGB (Red+Green+Blue) = 188+203+158=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB9E is #433461. Grayscale: #C1C1C1. Windows color (decimal): -4404322 or 10406844. OLE color: 10406844.

HSL color Cylindrical-coordinate representation of color #BCCB9E: hue angle of 80º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCB9E is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 158 -
CMYK 0.07 0 0.22 0.20
HSL 80º 0.3% 0.71% -
HSV(B) 80º 0.22% 0.8% -
XYZ 48.27 55.87 40.59 -
YUV 193.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 188 203 158 0.07 0 0.22 0.20 80 0.3 0.71
Hex BC CB 9E 7 0 16 14 50 1E 47
Octal 274 313 236 7 0 26 24 120 36 107
Binary 10111100 11001011 10011110 111 0 10110 10100 1010000 11110 1000111

Color Harmonies of #BCCB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB9E

Black with #BCCB9E

Text Example


Text Example

White with #BCCB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB9E; }

 p { color: rgb(188,203,158); }

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

background-color css

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

 a { background-color: rgb(188,203,158); }

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

border-color css

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

 span { border-color: rgb(188,203,158); }

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