Html Css Color HEX #B5BDA4 Sprout

📋 copy color: '#B5BDA4'

red 181 ◦ green 189 ◦ blue 164

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

Shades of Sprout #B5BDA4

Tints of Sprout #B5BDA4

RGB

 RED value IS 181 (71.09% from 255) = 33.9%

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

 BLUE value IS 164 (64.45% from 255) = 30.71%

R = 33.9%
G = 35.39%
B = 30.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#B5BDA4 (or 0xB5BDA4) is known color: Sprout. HEX triplet: B5, BD and A4. RGB value is (181,189,164). Sum of RGB (Red+Green+Blue) = 181+189+164=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDA4 is #4A425B. Grayscale: #B7B7B7. Windows color (decimal): -4866652 or 10796469. OLE color: 10796469.

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

Color convert

RGB 181 189 164 -
CMYK 0.04 0 0.13 0.26
HSL 79.2º 0.16% 0.69% -
HSV(B) 79.2º 0.13% 0.74% -
XYZ 43.95 48.9 42.24 -
YUV 183.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 181 189 164 0.04 0 0.13 0.26 79.2 0.16 0.69
Hex B5 BD A4 4 0 D 1A 4F 10 45
Octal 265 275 244 4 0 15 32 117 20 105
Binary 10110101 10111101 10100100 100 0 1101 11010 1001111 10000 1000101

Color Harmonies of #B5BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BDA4

Black with #B5BDA4

Text Example


Text Example

White with #B5BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BDA4; }

 p { color: rgb(181,189,164); }

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

background-color css

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

 a { background-color: rgb(181,189,164); }

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

border-color css

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

 span { border-color: rgb(181,189,164); }

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