Html Css Color HEX #BBCD9B Sprout

📋 copy color: '#BBCD9B'

red 187 ◦ green 205 ◦ blue 155

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

Shades of Sprout #BBCD9B

Tints of Sprout #BBCD9B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

 BLUE value IS 155 (60.94% from 255) = 28.34%

R = 34.19%
G = 37.48%
B = 28.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#BBCD9B (or 0xBBCD9B) is known color: Sprout. HEX triplet: BB, CD and 9B. RGB value is (187,205,155). Sum of RGB (Red+Green+Blue) = 187+205+155=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD9B is #443264. Grayscale: #C2C2C2. Windows color (decimal): -4469349 or 10210747. OLE color: 10210747.

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

Color convert

RGB 187 205 155 -
CMYK 0.09 0 0.24 0.20
HSL 81.6º 0.33% 0.71% -
HSV(B) 81.6º 0.24% 0.8% -
XYZ 48.24 56.59 39.39 -
YUV 193.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 187 205 155 0.09 0 0.24 0.20 81.6 0.33 0.71
Hex BB CD 9B 9 0 18 14 52 21 47
Octal 273 315 233 11 0 30 24 122 41 107
Binary 10111011 11001101 10011011 1001 0 11000 10100 1010010 100001 1000111

Color Harmonies of #BBCD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD9B

Black with #BBCD9B

Text Example


Text Example

White with #BBCD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD9B; }

 p { color: rgb(187,205,155); }

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

background-color css

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

 a { background-color: rgb(187,205,155); }

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

border-color css

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

 span { border-color: rgb(187,205,155); }

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