Html Css Color HEX #B0BDA5 Pumice

📋 copy color: '#B0BDA5'

red 176 ◦ green 189 ◦ blue 165

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

Shades of Pumice #B0BDA5

Tints of Pumice #B0BDA5

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 value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#B0BDA5 (or 0xB0BDA5) is known color: 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

RGB 176 189 165 -
CMYK 0.07 0 0.13 0.26
HSL 92.5º 0.15% 0.69% -
HSV(B) 92.5º 0.13% 0.74% -
XYZ 42.89 48.34 42.67 -
YUV 182.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 176 189 165 0.07 0 0.13 0.26 92.5 0.15 0.69
Hex B0 BD A5 7 0 D 1A 5C F 45
Octal 260 275 245 7 0 15 32 134 17 105
Binary 10110000 10111101 10100101 111 0 1101 11010 1011100 1111 1000101

Color Harmonies of #B0BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDA5

Black with #B0BDA5

Text Example


Text Example

White with #B0BDA5

Text Example


Text Example

HTML Codes & Css Web 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>