Html Css Color HEX #B2BDA1 Sprout

📋 copy color: '#B2BDA1'

red 178 ◦ green 189 ◦ blue 161

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

Shades of Sprout #B2BDA1

Tints of Sprout #B2BDA1

RGB

 RED value IS 178 (69.92% from 255) = 33.71%

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 161 (63.28% from 255) = 30.49%

R = 33.71%
G = 35.8%
B = 30.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#B2BDA1 (or 0xB2BDA1) is known color: Sprout. HEX triplet: B2, BD and A1. RGB value is (178,189,161). Sum of RGB (Red+Green+Blue) = 178+189+161=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDA1 is #4D425E. Grayscale: #B6B6B6. Windows color (decimal): -5063263 or 10599858. OLE color: 10599858.

HSL color Cylindrical-coordinate representation of color #B2BDA1: hue angle of 83.57º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2BDA1 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 161 -
CMYK 0.06 0 0.15 0.26
HSL 83.57º 0.18% 0.69% -
HSV(B) 83.57º 0.15% 0.74% -
XYZ 42.99 48.43 40.8 -
YUV 182.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 178 189 161 0.06 0 0.15 0.26 83.57 0.18 0.69
Hex B2 BD A1 6 0 F 1A 54 12 45
Octal 262 275 241 6 0 17 32 124 22 105
Binary 10110010 10111101 10100001 110 0 1111 11010 1010100 10010 1000101

Color Harmonies of #B2BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDA1

Black with #B2BDA1

Text Example


Text Example

White with #B2BDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDA1; }

 p { color: rgb(178,189,161); }

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

background-color css

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

 a { background-color: rgb(178,189,161); }

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

border-color css

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

 span { border-color: rgb(178,189,161); }

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