Html Css Color HEX #B0BDA3 Sprout

📋 copy color: '#B0BDA3'

red 176 ◦ green 189 ◦ blue 163

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

Shades of Sprout #B0BDA3

Tints of Sprout #B0BDA3

RGB

 RED value IS 176 (69.14% from 255) = 33.33%

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

 BLUE value IS 163 (64.06% from 255) = 30.87%

R = 33.33%
G = 35.8%
B = 30.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#B0BDA3 (or 0xB0BDA3) is known color: Sprout. HEX triplet: B0, BD and A3. RGB value is (176,189,163). Sum of RGB (Red+Green+Blue) = 176+189+163=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDA3 is #4F425C. Grayscale: #B6B6B6. Windows color (decimal): -5194333 or 10730928. OLE color: 10730928.

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

Color convert

RGB 176 189 163 -
CMYK 0.07 0 0.14 0.26
HSL 90º 0.16% 0.69% -
HSV(B) 90º 0.14% 0.74% -
XYZ 42.71 48.27 41.72 -
YUV 182.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 176 189 163 0.07 0 0.14 0.26 90 0.16 0.69
Hex B0 BD A3 7 0 E 1A 5A 10 45
Octal 260 275 243 7 0 16 32 132 20 105
Binary 10110000 10111101 10100011 111 0 1110 11010 1011010 10000 1000101

Color Harmonies of #B0BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDA3

Black with #B0BDA3

Text Example


Text Example

White with #B0BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDA3; }

 p { color: rgb(176,189,163); }

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

background-color css

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

 a { background-color: rgb(176,189,163); }

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

border-color css

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

 span { border-color: rgb(176,189,163); }

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