Html Css Color HEX #BBDC8F Sprout

📋 copy color: '#BBDC8F'

red 187 ◦ green 220 ◦ blue 143

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

Shades of Sprout #BBDC8F

Tints of Sprout #BBDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40%

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

R = 34%
G = 40%
B = 26%

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

#BBDC8F (or 0xBBDC8F) is known color: Sprout. HEX triplet: BB, DC and 8F. RGB value is (187,220,143). Sum of RGB (Red+Green+Blue) = 187+220+143=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC8F is #442370. Grayscale: #C9C9C9. Windows color (decimal): -4465521 or 9428155. OLE color: 9428155.

HSL color Cylindrical-coordinate representation of color #BBDC8F: hue angle of 85.71º degrees, saturation: 0.52, 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 #BBDC8F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 143 -
CMYK 0.15 0 0.35 0.14
HSL 85.71º 0.52% 0.71% -
HSV(B) 85.71º 0.35% 0.86% -
XYZ 51.04 63.73 35.6 -
YUV 201.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 187 220 143 0.15 0 0.35 0.14 85.71 0.52 0.71
Hex BB DC 8F F 0 23 E 56 34 47
Octal 273 334 217 17 0 43 16 126 64 107
Binary 10111011 11011100 10001111 1111 0 100011 1110 1010110 110100 1000111

Color Harmonies of #BBDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC8F

Black with #BBDC8F

Text Example


Text Example

White with #BBDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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