Html Css Color HEX #BBC9A1 Sprout

📋 copy color: '#BBC9A1'

red 187 ◦ green 201 ◦ blue 161

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

Shades of Sprout #BBC9A1

Tints of Sprout #BBC9A1

RGB

 RED value IS 187 (73.44% from 255) = 34.06%

 GREEN value IS 201 (78.91% from 255) = 36.61%

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

R = 34.06%
G = 36.61%
B = 29.33%

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

#BBC9A1 (or 0xBBC9A1) is known color: Sprout. HEX triplet: BB, C9 and A1. RGB value is (187,201,161). Sum of RGB (Red+Green+Blue) = 187+201+161=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9A1 is #44365E. Grayscale: #C0C0C0. Windows color (decimal): -4470367 or 10602939. OLE color: 10602939.

HSL color Cylindrical-coordinate representation of color #BBC9A1: hue angle of 81º degrees, saturation: 0.27, 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 #BBC9A1 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 161 -
CMYK 0.07 0 0.20 0.21
HSL 81º 0.27% 0.71% -
HSV(B) 81º 0.2% 0.79% -
XYZ 47.81 54.91 41.8 -
YUV 192.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 187 201 161 0.07 0 0.20 0.21 81 0.27 0.71
Hex BB C9 A1 7 0 14 15 51 1B 47
Octal 273 311 241 7 0 24 25 121 33 107
Binary 10111011 11001001 10100001 111 0 10100 10101 1010001 11011 1000111

Color Harmonies of #BBC9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9A1

Black with #BBC9A1

Text Example


Text Example

White with #BBC9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9A1; }

 p { color: rgb(187,201,161); }

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

background-color css

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

 a { background-color: rgb(187,201,161); }

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

border-color css

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

 span { border-color: rgb(187,201,161); }

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