Html Css Color HEX #BBCD99 Sprout

📋 copy color: '#BBCD99'

red 187 ◦ green 205 ◦ blue 153

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

Shades of Sprout #BBCD99

Tints of Sprout #BBCD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.07%

R = 34.31%
G = 37.61%
B = 28.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#BBCD99 (or 0xBBCD99) is known color: Sprout. HEX triplet: BB, CD and 99. RGB value is (187,205,153). Sum of RGB (Red+Green+Blue) = 187+205+153=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD99 is #443266. Grayscale: #C1C1C1. Windows color (decimal): -4469351 or 10079675. OLE color: 10079675.

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

Color convert

RGB 187 205 153 -
CMYK 0.09 0 0.25 0.20
HSL 80.77º 0.34% 0.7% -
HSV(B) 80.77º 0.25% 0.8% -
XYZ 48.07 56.53 38.51 -
YUV 193.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 187 205 153 0.09 0 0.25 0.20 80.77 0.34 0.7
Hex BB CD 99 9 0 19 14 51 22 46
Octal 273 315 231 11 0 31 24 121 42 106
Binary 10111011 11001101 10011001 1001 0 11001 10100 1010001 100010 1000110

Color Harmonies of #BBCD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD99

Black with #BBCD99

Text Example


Text Example

White with #BBCD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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