Html Css Color HEX #BBC896 Sprout

📋 copy color: '#BBC896'

red 187 ◦ green 200 ◦ blue 150

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

Shades of Sprout #BBC896

Tints of Sprout #BBC896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.93%

R = 34.82%
G = 37.24%
B = 27.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#BBC896 (or 0xBBC896) is known color: Sprout. HEX triplet: BB, C8 and 96. RGB value is (187,200,150). Sum of RGB (Red+Green+Blue) = 187+200+150=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC896 is #443769. Grayscale: #BEBEBE. Windows color (decimal): -4470634 or 9881787. OLE color: 9881787.

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

Color convert

RGB 187 200 150 -
CMYK 0.06 0 0.25 0.22
HSL 75.6º 0.31% 0.69% -
HSV(B) 75.6º 0.25% 0.78% -
XYZ 46.65 54.08 36.83 -
YUV 190.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 187 200 150 0.06 0 0.25 0.22 75.6 0.31 0.69
Hex BB C8 96 6 0 19 16 4C 1F 45
Octal 273 310 226 6 0 31 26 114 37 105
Binary 10111011 11001000 10010110 110 0 11001 10110 1001100 11111 1000101

Color Harmonies of #BBC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC896

Black with #BBC896

Text Example


Text Example

White with #BBC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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