Html Css Color HEX #B0BAB5 Loblolly

📋 copy color: '#B0BAB5'

red 176 ◦ green 186 ◦ blue 181

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

Shades of Loblolly #B0BAB5

Tints of Loblolly #B0BAB5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 181 (71.09% from 255) = 33.33%

R = 32.41%
G = 34.25%
B = 33.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B0BAB5 (or 0xB0BAB5) is known color: Loblolly. HEX triplet: B0, BA and B5. RGB value is (176,186,181). Sum of RGB (Red+Green+Blue) = 176+186+181=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAB5 is #4F454A. Grayscale: #B6B6B6. Windows color (decimal): -5195083 or 11909808. OLE color: 11909808.

HSL color Cylindrical-coordinate representation of color #B0BAB5: hue angle of 150º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0BAB5 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 181 -
CMYK 0.05 0 0.03 0.27
HSL 150º 0.07% 0.71% -
HSV(B) 150º 0.05% 0.73% -
XYZ 43.8 47.68 50.61 -
YUV 182.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 176 186 181 0.05 0 0.03 0.27 150 0.07 0.71
Hex B0 BA B5 5 0 3 1B 96 7 47
Octal 260 272 265 5 0 3 33 226 7 107
Binary 10110000 10111010 10110101 101 0 11 11011 10010110 111 1000111

Color Harmonies of #B0BAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BAB5

Black with #B0BAB5

Text Example


Text Example

White with #B0BAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BAB5; }

 p { color: rgb(176,186,181); }

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

background-color css

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

 a { background-color: rgb(176,186,181); }

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

border-color css

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

 span { border-color: rgb(176,186,181); }

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