Html Css Color HEX #B0BAB4 Loblolly

📋 copy color: '#B0BAB4'

red 176 ◦ green 186 ◦ blue 180

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

Shades of Loblolly #B0BAB4

Tints of Loblolly #B0BAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.21%

R = 32.47%
G = 34.32%
B = 33.21%

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

#B0BAB4 (or 0xB0BAB4) is known color: Loblolly. HEX triplet: B0, BA and B4. RGB value is (176,186,180). Sum of RGB (Red+Green+Blue) = 176+186+180=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAB4 is #4F454B. Grayscale: #B6B6B6. Windows color (decimal): -5195084 or 11844272. OLE color: 11844272.

HSL color Cylindrical-coordinate representation of color #B0BAB4: hue angle of 144º 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 #B0BAB4 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 180 -
CMYK 0.05 0 0.03 0.27
HSL 144º 0.07% 0.71% -
HSV(B) 144º 0.05% 0.73% -
XYZ 43.7 47.64 50.07 -
YUV 182.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 176 186 180 0.05 0 0.03 0.27 144 0.07 0.71
Hex B0 BA B4 5 0 3 1B 90 7 47
Octal 260 272 264 5 0 3 33 220 7 107
Binary 10110000 10111010 10110100 101 0 11 11011 10010000 111 1000111

Color Harmonies of #B0BAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BAB4

Black with #B0BAB4

Text Example


Text Example

White with #B0BAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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