Html Css Color HEX #BBDB8F Sprout

📋 copy color: '#BBDB8F'

red 187 ◦ green 219 ◦ blue 143

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

Shades of Sprout #BBDB8F

Tints of Sprout #BBDB8F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.89%

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

R = 34.06%
G = 39.89%
B = 26.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#BBDB8F (or 0xBBDB8F) is known color: Sprout. HEX triplet: BB, DB and 8F. RGB value is (187,219,143). Sum of RGB (Red+Green+Blue) = 187+219+143=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB8F is #442470. Grayscale: #C9C9C9. Windows color (decimal): -4465777 or 9427899. OLE color: 9427899.

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

Color convert

RGB 187 219 143 -
CMYK 0.15 0 0.35 0.14
HSL 85.26º 0.51% 0.71% -
HSV(B) 85.26º 0.35% 0.86% -
XYZ 50.78 63.21 35.51 -
YUV 200.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 187 219 143 0.15 0 0.35 0.14 85.26 0.51 0.71
Hex BB DB 8F F 0 23 E 55 33 47
Octal 273 333 217 17 0 43 16 125 63 107
Binary 10111011 11011011 10001111 1111 0 100011 1110 1010101 110011 1000111

Color Harmonies of #BBDB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB8F

Black with #BBDB8F

Text Example


Text Example

White with #BBDB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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