Html Css Color HEX #BCCAA0 Sprout

📋 copy color: '#BCCAA0'

red 188 ◦ green 202 ◦ blue 160

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

Shades of Sprout #BCCAA0

Tints of Sprout #BCCAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.73%

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

R = 34.18%
G = 36.73%
B = 29.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#BCCAA0 (or 0xBCCAA0) is known color: Sprout. HEX triplet: BC, CA and A0. RGB value is (188,202,160). Sum of RGB (Red+Green+Blue) = 188+202+160=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA0 is #43355F. Grayscale: #C1C1C1. Windows color (decimal): -4404576 or 10537660. OLE color: 10537660.

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

Color convert

RGB 188 202 160 -
CMYK 0.07 0 0.21 0.21
HSL 80º 0.28% 0.71% -
HSV(B) 80º 0.21% 0.79% -
XYZ 48.2 55.47 41.42 -
YUV 193.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 188 202 160 0.07 0 0.21 0.21 80 0.28 0.71
Hex BC CA A0 7 0 15 15 50 1C 47
Octal 274 312 240 7 0 25 25 120 34 107
Binary 10111100 11001010 10100000 111 0 10101 10101 1010000 11100 1000111

Color Harmonies of #BCCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAA0

Black with #BCCAA0

Text Example


Text Example

White with #BCCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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