Html Css Color HEX #BBCD9C Sprout

📋 copy color: '#BBCD9C'

red 187 ◦ green 205 ◦ blue 156

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

Shades of Sprout #BBCD9C

Tints of Sprout #BBCD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.47%

R = 34.12%
G = 37.41%
B = 28.47%

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

#BBCD9C (or 0xBBCD9C) is known color: Sprout. HEX triplet: BB, CD and 9C. RGB value is (187,205,156). Sum of RGB (Red+Green+Blue) = 187+205+156=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD9C is #443263. Grayscale: #C2C2C2. Windows color (decimal): -4469348 or 10276283. OLE color: 10276283.

HSL color Cylindrical-coordinate representation of color #BBCD9C: hue angle of 82.04º 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 #BBCD9C is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 156 -
CMYK 0.09 0 0.24 0.20
HSL 82.04º 0.33% 0.71% -
HSV(B) 82.04º 0.24% 0.8% -
XYZ 48.33 56.63 39.84 -
YUV 194.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 187 205 156 0.09 0 0.24 0.20 82.04 0.33 0.71
Hex BB CD 9C 9 0 18 14 52 21 47
Octal 273 315 234 11 0 30 24 122 41 107
Binary 10111011 11001101 10011100 1001 0 11000 10100 1010010 100001 1000111

Color Harmonies of #BBCD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD9C

Black with #BBCD9C

Text Example


Text Example

White with #BBCD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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