Html Css Color HEX #BBDA8F Sprout

📋 copy color: '#BBDA8F'

red 187 ◦ green 218 ◦ blue 143

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

Shades of Sprout #BBDA8F

Tints of Sprout #BBDA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.78%

 BLUE value IS 143 (56.25% from 255) = 26.09%

R = 34.12%
G = 39.78%
B = 26.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#BBDA8F (or 0xBBDA8F) is known color: Sprout. HEX triplet: BB, DA and 8F. RGB value is (187,218,143). Sum of RGB (Red+Green+Blue) = 187+218+143=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA8F is #442570. Grayscale: #C8C8C8. Windows color (decimal): -4466033 or 9427643. OLE color: 9427643.

HSL color Cylindrical-coordinate representation of color #BBDA8F: hue angle of 84.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBDA8F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 143 -
CMYK 0.14 0 0.34 0.15
HSL 84.8º 0.5% 0.71% -
HSV(B) 84.8º 0.34% 0.85% -
XYZ 50.52 62.69 35.42 -
YUV 200.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 187 218 143 0.14 0 0.34 0.15 84.8 0.5 0.71
Hex BB DA 8F E 0 22 F 55 32 47
Octal 273 332 217 16 0 42 17 125 62 107
Binary 10111011 11011010 10001111 1110 0 100010 1111 1010101 110010 1000111

Color Harmonies of #BBDA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA8F

Black with #BBDA8F

Text Example


Text Example

White with #BBDA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA8F; }

 p { color: rgb(187,218,143); }

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

background-color css

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

 a { background-color: rgb(187,218,143); }

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

border-color css

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

 span { border-color: rgb(187,218,143); }

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