#B4BFBA

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

Shades of Loblolly #B4BFBA

Tints of Loblolly #B4BFBA

Color information

#B4BFBA (or 0xB4BFBA) is unknown color: approx Loblolly. HEX triplet: B4, BF and BA. RGB value is (180,191,186). Sum of RGB (Red+Green+Blue) = 180+191+186=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFBA is #4B4045. Grayscale: #BBBBBB. Windows color (decimal): -4931654 or 12238772. OLE color: 12238772.

HSL color Cylindrical-coordinate representation of color #B4BFBA: hue angle of 152.73º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4BFBA is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB180191186-
CMYK0.0600.030.25
HSL152.73º7.91%72.75%-
HSV(B)152.73º5.76%74.9%-
XYZ46.3250.5153.76-
YUV187.14127.36122.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=32.32%
G=34.29%
B=33.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911860.0600.030.25152.737.9172.75
HexB4BFBA6031999849
Octal2642772726033123110111
Binary101101001011111110111010110011110011001100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFBA; }

 p { color: rgb(180,191,186); }

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

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

 a { background-color: rgb(180,191,186); }

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

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

 span { border-color: rgb(180,191,186); }

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