Html Css Color HEX #B0BFB9 Loblolly

📋 copy color: '#B0BFB9'

red 176 ◦ green 191 ◦ blue 185

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

Shades of Loblolly #B0BFB9

Tints of Loblolly #B0BFB9

RGB

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

 GREEN value IS 191 (75% from 255) = 34.6%

 BLUE value IS 185 (72.66% from 255) = 33.51%

R = 31.88%
G = 34.6%
B = 33.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#B0BFB9 (or 0xB0BFB9) is known color: Loblolly. HEX triplet: B0, BF and B9. RGB value is (176,191,185). Sum of RGB (Red+Green+Blue) = 176+191+185=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFB9 is #4F4046. Grayscale: #B9B9B9. Windows color (decimal): -5193799 or 12173232. OLE color: 12173232.

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

Color convert

RGB 176 191 185 -
CMYK 0.08 0 0.03 0.25
HSL 156º 0.1% 0.72% -
HSV(B) 156º 0.08% 0.75% -
XYZ 45.29 49.99 53.16 -
YUV 185.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 176 191 185 0.08 0 0.03 0.25 156 0.1 0.72
Hex B0 BF B9 8 0 3 19 9C A 48
Octal 260 277 271 10 0 3 31 234 12 110
Binary 10110000 10111111 10111001 1000 0 11 11001 10011100 1010 1001000

Color Harmonies of #B0BFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFB9

Black with #B0BFB9

Text Example


Text Example

White with #B0BFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFB9; }

 p { color: rgb(176,191,185); }

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

background-color css

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

 a { background-color: rgb(176,191,185); }

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

border-color css

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

 span { border-color: rgb(176,191,185); }

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