Html Css Color HEX #B6BDB9 Loblolly

📋 copy color: '#B6BDB9'

red 182 ◦ green 189 ◦ blue 185

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

Shades of Loblolly #B6BDB9

Tints of Loblolly #B6BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.99%

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

R = 32.73%
G = 33.99%
B = 33.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#B6BDB9 (or 0xB6BDB9) is known color: Loblolly. HEX triplet: B6, BD and B9. RGB value is (182,189,185). Sum of RGB (Red+Green+Blue) = 182+189+185=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDB9 is #494246. Grayscale: #BABABA. Windows color (decimal): -4801095 or 12172726. OLE color: 12172726.

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

Color convert

RGB 182 189 185 -
CMYK 0.04 0 0.02 0.26
HSL 145.71º 0.05% 0.73% -
HSV(B) 145.71º 0.04% 0.74% -
XYZ 46.25 49.84 53.08 -
YUV 186.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 182 189 185 0.04 0 0.02 0.26 145.71 0.05 0.73
Hex B6 BD B9 4 0 2 1A 92 5 49
Octal 266 275 271 4 0 2 32 222 5 111
Binary 10110110 10111101 10111001 100 0 10 11010 10010010 101 1001001

Color Harmonies of #B6BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDB9

Black with #B6BDB9

Text Example


Text Example

White with #B6BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDB9; }

 p { color: rgb(182,189,185); }

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

background-color css

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

 a { background-color: rgb(182,189,185); }

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

border-color css

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

 span { border-color: rgb(182,189,185); }

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