#B0BDA5

Color #B0BDA5 Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #B0BDA5

Tints of Pumice #B0BDA5

Color information

#B0BDA5 (or 0xB0BDA5) is unknown color: approx Pumice. HEX triplet: B0, BD and A5. RGB value is (176,189,165). Sum of RGB (Red+Green+Blue) = 176+189+165=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDA5 is #4F425A. Grayscale: #B6B6B6. Windows color (decimal): -5194331 or 10862000. OLE color: 10862000.

HSL color Cylindrical-coordinate representation of color #B0BDA5: hue angle of 92.5º degrees, saturation: 0.15, 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 #B0BDA5 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB176189165-
CMYK0.0700.130.26
HSL92.5º15.38%69.41%-
HSV(B)92.5º12.7%74.12%-
XYZ42.8948.3442.67-
YUV182.38118.19123.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=33.21%
G=35.66%
B=31.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891650.0700.130.2692.515.3869.41
HexB0BDA570D1A5cf45
Octal26027524570153213417105
Binary1011000010111101101001011110110111010101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDA5; }

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

 H1.HeaderClassName
 {
   color: #B0BDA5;
 }
 .AnyTagClassName
 {
   color: #B0BDA5;
 }
</style>
background-color css

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

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

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

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

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

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