Html Css Color HEX #BBD09E Sprout

📋 copy color: '#BBD09E'

red 187 ◦ green 208 ◦ blue 158

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

Shades of Sprout #BBD09E

Tints of Sprout #BBD09E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

 BLUE value IS 158 (62.11% from 255) = 28.57%

R = 33.82%
G = 37.61%
B = 28.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#BBD09E (or 0xBBD09E) is known color: Sprout. HEX triplet: BB, D0 and 9E. RGB value is (187,208,158). Sum of RGB (Red+Green+Blue) = 187+208+158=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD09E is #442F61. Grayscale: #C4C4C4. Windows color (decimal): -4468578 or 10408123. OLE color: 10408123.

HSL color Cylindrical-coordinate representation of color #BBD09E: hue angle of 85.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD09E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 158 -
CMYK 0.10 0 0.24 0.18
HSL 85.2º 0.35% 0.72% -
HSV(B) 85.2º 0.24% 0.82% -
XYZ 49.22 58.15 40.98 -
YUV 196.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 187 208 158 0.10 0 0.24 0.18 85.2 0.35 0.72
Hex BB D0 9E A 0 18 12 55 23 48
Octal 273 320 236 12 0 30 22 125 43 110
Binary 10111011 11010000 10011110 1010 0 11000 10010 1010101 100011 1001000

Color Harmonies of #BBD09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD09E

Black with #BBD09E

Text Example


Text Example

White with #BBD09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD09E; }

 p { color: rgb(187,208,158); }

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

background-color css

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

 a { background-color: rgb(187,208,158); }

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

border-color css

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

 span { border-color: rgb(187,208,158); }

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