Html Css Color HEX #B7BCBA Loblolly

📋 copy color: '#B7BCBA'

red 183 ◦ green 188 ◦ blue 186

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

Shades of Loblolly #B7BCBA

Tints of Loblolly #B7BCBA

RGB

 RED value IS 183 (71.88% from 255) = 32.85%

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

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

R = 32.85%
G = 33.75%
B = 33.39%

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

#B7BCBA (or 0xB7BCBA) is known color: Loblolly. HEX triplet: B7, BC and BA. RGB value is (183,188,186). Sum of RGB (Red+Green+Blue) = 183+188+186=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCBA is #484345. Grayscale: #BABABA. Windows color (decimal): -4735814 or 12238007. OLE color: 12238007.

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

Color convert

RGB 183 188 186 -
CMYK 0.03 0 0.01 0.26
HSL 156º 0.04% 0.73% -
HSV(B) 156º 0.03% 0.74% -
XYZ 46.37 49.58 53.58 -
YUV 186.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 183 188 186 0.03 0 0.01 0.26 156 0.04 0.73
Hex B7 BC BA 3 0 1 1A 9C 4 49
Octal 267 274 272 3 0 1 32 234 4 111
Binary 10110111 10111100 10111010 11 0 1 11010 10011100 100 1001001

Color Harmonies of #B7BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCBA

Black with #B7BCBA

Text Example


Text Example

White with #B7BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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