Html Css Color HEX #B4BFBA Loblolly

📋 copy color: '#B4BFBA'

red 180 ◦ green 191 ◦ blue 186

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

Shades of Loblolly #B4BFBA

Tints of Loblolly #B4BFBA

RGB

 RED value IS 180 (70.7% 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 value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 180 191 186 -
CMYK 0.06 0 0.03 0.25
HSL 152.73º 0.08% 0.73% -
HSV(B) 152.73º 0.06% 0.75% -
XYZ 46.32 50.51 53.76 -
YUV 187.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 180 191 186 0.06 0 0.03 0.25 152.73 0.08 0.73
Hex B4 BF BA 6 0 3 19 99 8 49
Octal 264 277 272 6 0 3 31 231 10 111
Binary 10110100 10111111 10111010 110 0 11 11001 10011001 1000 1001001

Color Harmonies of #B4BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFBA

Black with #B4BFBA

Text Example


Text Example

White with #B4BFBA

Text Example


Text Example

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