Html Css Color HEX #B5BDB9 Loblolly

📋 copy color: '#B5BDB9'

red 181 ◦ green 189 ◦ blue 185

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

Shades of Loblolly #B5BDB9

Tints of Loblolly #B5BDB9

RGB

 RED value IS 181 (71.09% from 255) = 32.61%

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

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

R = 32.61%
G = 34.05%
B = 33.33%

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

#B5BDB9 (or 0xB5BDB9) is known color: Loblolly. HEX triplet: B5, BD and B9. RGB value is (181,189,185). Sum of RGB (Red+Green+Blue) = 181+189+185=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDB9 is #4A4246. Grayscale: #BABABA. Windows color (decimal): -4866631 or 12172725. OLE color: 12172725.

HSL color Cylindrical-coordinate representation of color #B5BDB9: hue angle of 150º degrees, saturation: 0.06, 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 #B5BDB9 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 185 -
CMYK 0.04 0 0.02 0.26
HSL 150º 0.06% 0.73% -
HSV(B) 150º 0.04% 0.74% -
XYZ 46.01 49.72 53.07 -
YUV 186.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 181 189 185 0.04 0 0.02 0.26 150 0.06 0.73
Hex B5 BD B9 4 0 2 1A 96 6 49
Octal 265 275 271 4 0 2 32 226 6 111
Binary 10110101 10111101 10111001 100 0 10 11010 10010110 110 1001001

Color Harmonies of #B5BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BDB9

Black with #B5BDB9

Text Example


Text Example

White with #B5BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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