Html Css Color HEX #BBC893 Sprout

📋 copy color: '#BBC893'

red 187 ◦ green 200 ◦ blue 147

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

Shades of Sprout #BBC893

Tints of Sprout #BBC893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

 BLUE value IS 147 (57.81% from 255) = 27.53%

R = 35.02%
G = 37.45%
B = 27.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BBC893 (or 0xBBC893) is known color: Sprout. HEX triplet: BB, C8 and 93. RGB value is (187,200,147). Sum of RGB (Red+Green+Blue) = 187+200+147=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC893 is #44376C. Grayscale: #BEBEBE. Windows color (decimal): -4470637 or 9685179. OLE color: 9685179.

HSL color Cylindrical-coordinate representation of color #BBC893: hue angle of 74.72º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC893 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 147 -
CMYK 0.06 0 0.26 0.22
HSL 74.72º 0.33% 0.68% -
HSV(B) 74.72º 0.27% 0.78% -
XYZ 46.41 53.98 35.58 -
YUV 190.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 187 200 147 0.06 0 0.26 0.22 74.72 0.33 0.68
Hex BB C8 93 6 0 1A 16 4B 21 44
Octal 273 310 223 6 0 32 26 113 41 104
Binary 10111011 11001000 10010011 110 0 11010 10110 1001011 100001 1000100

Color Harmonies of #BBC893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC893

Black with #BBC893

Text Example


Text Example

White with #BBC893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC893; }

 p { color: rgb(187,200,147); }

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

background-color css

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

 a { background-color: rgb(187,200,147); }

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

border-color css

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

 span { border-color: rgb(187,200,147); }

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