Html Css Color HEX #BCCAA1 Sprout

📋 copy color: '#BCCAA1'

red 188 ◦ green 202 ◦ blue 161

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

Shades of Sprout #BCCAA1

Tints of Sprout #BCCAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.22%

R = 34.12%
G = 36.66%
B = 29.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#BCCAA1 (or 0xBCCAA1) is known color: Sprout. HEX triplet: BC, CA and A1. RGB value is (188,202,161). Sum of RGB (Red+Green+Blue) = 188+202+161=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA1 is #43355E. Grayscale: #C1C1C1. Windows color (decimal): -4404575 or 10603196. OLE color: 10603196.

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

Color convert

RGB 188 202 161 -
CMYK 0.07 0 0.20 0.21
HSL 80.49º 0.28% 0.71% -
HSV(B) 80.49º 0.2% 0.79% -
XYZ 48.29 55.51 41.89 -
YUV 193.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 188 202 161 0.07 0 0.20 0.21 80.49 0.28 0.71
Hex BC CA A1 7 0 14 15 50 1C 47
Octal 274 312 241 7 0 24 25 120 34 107
Binary 10111100 11001010 10100001 111 0 10100 10101 1010000 11100 1000111

Color Harmonies of #BCCAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAA1

Black with #BCCAA1

Text Example


Text Example

White with #BCCAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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