Html Css Color HEX #B6BCBA Loblolly

📋 copy color: '#B6BCBA'

red 182 ◦ green 188 ◦ blue 186

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

Shades of Loblolly #B6BCBA

Tints of Loblolly #B6BCBA

RGB

 RED value IS 182 (71.48% from 255) = 32.73%

 GREEN value IS 188 (73.83% from 255) = 33.81%

 BLUE value IS 186 (73.05% from 255) = 33.45%

R = 32.73%
G = 33.81%
B = 33.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#B6BCBA (or 0xB6BCBA) is known color: Loblolly. HEX triplet: B6, BC and BA. RGB value is (182,188,186). Sum of RGB (Red+Green+Blue) = 182+188+186=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCBA is #494345. Grayscale: #B9B9B9. Windows color (decimal): -4801350 or 12238006. OLE color: 12238006.

HSL color Cylindrical-coordinate representation of color #B6BCBA: hue angle of 160º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B6BCBA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 188 186 -
CMYK 0.03 0 0.01 0.26
HSL 160º 0.04% 0.73% -
HSV(B) 160º 0.03% 0.74% -
XYZ 46.14 49.46 53.57 -
YUV 185.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 182 188 186 0.03 0 0.01 0.26 160 0.04 0.73
Hex B6 BC BA 3 0 1 1A A0 4 49
Octal 266 274 272 3 0 1 32 240 4 111
Binary 10110110 10111100 10111010 11 0 1 11010 10100000 100 1001001

Color Harmonies of #B6BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCBA

Black with #B6BCBA

Text Example


Text Example

White with #B6BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCBA; }

 p { color: rgb(182,188,186); }

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

background-color css

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

 a { background-color: rgb(182,188,186); }

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

border-color css

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

 span { border-color: rgb(182,188,186); }

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