Html Css Color HEX #B0BDA8 Pumice

📋 copy color: '#B0BDA8'

red 176 ◦ green 189 ◦ blue 168

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

Shades of Pumice #B0BDA8

Tints of Pumice #B0BDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 33.02%
G = 35.46%
B = 31.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#B0BDA8 (or 0xB0BDA8) is known color: Pumice. HEX triplet: B0, BD and A8. RGB value is (176,189,168). Sum of RGB (Red+Green+Blue) = 176+189+168=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDA8 is #4F4257. Grayscale: #B6B6B6. Windows color (decimal): -5194328 or 11058608. OLE color: 11058608.

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

Color convert

RGB 176 189 168 -
CMYK 0.07 0 0.11 0.26
HSL 97.14º 0.14% 0.7% -
HSV(B) 97.14º 0.11% 0.74% -
XYZ 43.17 48.45 44.12 -
YUV 182.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 176 189 168 0.07 0 0.11 0.26 97.14 0.14 0.7
Hex B0 BD A8 7 0 B 1A 61 E 46
Octal 260 275 250 7 0 13 32 141 16 106
Binary 10110000 10111101 10101000 111 0 1011 11010 1100001 1110 1000110

Color Harmonies of #B0BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDA8

Black with #B0BDA8

Text Example


Text Example

White with #B0BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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