Html Css Color HEX #B0BDA7 Pumice

📋 copy color: '#B0BDA7'

red 176 ◦ green 189 ◦ blue 167

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

Shades of Pumice #B0BDA7

Tints of Pumice #B0BDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.39%

R = 33.08%
G = 35.53%
B = 31.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#B0BDA7 (or 0xB0BDA7) is known color: Pumice. HEX triplet: B0, BD and A7. RGB value is (176,189,167). Sum of RGB (Red+Green+Blue) = 176+189+167=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDA7 is #4F4258. Grayscale: #B6B6B6. Windows color (decimal): -5194329 or 10993072. OLE color: 10993072.

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

Color convert

RGB 176 189 167 -
CMYK 0.07 0 0.12 0.26
HSL 95.45º 0.14% 0.7% -
HSV(B) 95.45º 0.12% 0.74% -
XYZ 43.08 48.42 43.63 -
YUV 182.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 176 189 167 0.07 0 0.12 0.26 95.45 0.14 0.7
Hex B0 BD A7 7 0 C 1A 5F E 46
Octal 260 275 247 7 0 14 32 137 16 106
Binary 10110000 10111101 10100111 111 0 1100 11010 1011111 1110 1000110

Color Harmonies of #B0BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDA7

Black with #B0BDA7

Text Example


Text Example

White with #B0BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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