Html Css Color HEX #BBC898 Sprout

📋 copy color: '#BBC898'

red 187 ◦ green 200 ◦ blue 152

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

Shades of Sprout #BBC898

Tints of Sprout #BBC898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.2%

R = 34.69%
G = 37.11%
B = 28.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#BBC898 (or 0xBBC898) is known color: Sprout. HEX triplet: BB, C8 and 98. RGB value is (187,200,152). Sum of RGB (Red+Green+Blue) = 187+200+152=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC898 is #443767. Grayscale: #BEBEBE. Windows color (decimal): -4470632 or 10012859. OLE color: 10012859.

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

Color convert

RGB 187 200 152 -
CMYK 0.06 0 0.24 0.22
HSL 76.25º 0.3% 0.69% -
HSV(B) 76.25º 0.24% 0.78% -
XYZ 46.82 54.14 37.69 -
YUV 190.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 187 200 152 0.06 0 0.24 0.22 76.25 0.3 0.69
Hex BB C8 98 6 0 18 16 4C 1E 45
Octal 273 310 230 6 0 30 26 114 36 105
Binary 10111011 11001000 10011000 110 0 11000 10110 1001100 11110 1000101

Color Harmonies of #BBC898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC898

Black with #BBC898

Text Example


Text Example

White with #BBC898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC898; }

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

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

background-color css

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

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

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

border-color css

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

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

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