Html Css Color HEX #BCCCA0 Sprout

📋 copy color: '#BCCCA0'

red 188 ◦ green 204 ◦ blue 160

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

Shades of Sprout #BCCCA0

Tints of Sprout #BCCCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.96%

 BLUE value IS 160 (62.89% from 255) = 28.99%

R = 34.06%
G = 36.96%
B = 28.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#BCCCA0 (or 0xBCCCA0) is known color: Sprout. HEX triplet: BC, CC and A0. RGB value is (188,204,160). Sum of RGB (Red+Green+Blue) = 188+204+160=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA0 is #43335F. Grayscale: #C2C2C2. Windows color (decimal): -4404064 or 10538172. OLE color: 10538172.

HSL color Cylindrical-coordinate representation of color #BCCCA0: hue angle of 81.82º 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 #BCCCA0 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 160 -
CMYK 0.08 0 0.22 0.2
HSL 81.82º 0.3% 0.71% -
HSV(B) 81.82º 0.22% 0.8% -
XYZ 48.68 56.42 41.58 -
YUV 194.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 188 204 160 0.08 0 0.22 0.2 81.82 0.3 0.71
Hex BC CC A0 8 0 16 14 52 1E 47
Octal 274 314 240 10 0 26 24 122 36 107
Binary 10111100 11001100 10100000 1000 0 10110 10100 1010010 11110 1000111

Color Harmonies of #BCCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCA0

Black with #BCCCA0

Text Example


Text Example

White with #BCCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCA0; }

 p { color: rgb(188,204,160); }

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

background-color css

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

 a { background-color: rgb(188,204,160); }

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

border-color css

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

 span { border-color: rgb(188,204,160); }

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