Html Css Color HEX #BBCDA0 Sprout

📋 copy color: '#BBCDA0'

red 187 ◦ green 205 ◦ blue 160

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

Shades of Sprout #BBCDA0

Tints of Sprout #BBCDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.99%

R = 33.88%
G = 37.14%
B = 28.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#BBCDA0 (or 0xBBCDA0) is known color: Sprout. HEX triplet: BB, CD and A0. RGB value is (187,205,160). Sum of RGB (Red+Green+Blue) = 187+205+160=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA0 is #44325F. Grayscale: #C2C2C2. Windows color (decimal): -4469344 or 10538427. OLE color: 10538427.

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

Color convert

RGB 187 205 160 -
CMYK 0.09 0 0.22 0.20
HSL 84º 0.31% 0.72% -
HSV(B) 84º 0.22% 0.8% -
XYZ 48.67 56.77 41.65 -
YUV 194.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 187 205 160 0.09 0 0.22 0.20 84 0.31 0.72
Hex BB CD A0 9 0 16 14 54 1F 48
Octal 273 315 240 11 0 26 24 124 37 110
Binary 10111011 11001101 10100000 1001 0 10110 10100 1010100 11111 1001000

Color Harmonies of #BBCDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDA0

Black with #BBCDA0

Text Example


Text Example

White with #BBCDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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