Html Css Color HEX #B5BCB9 Loblolly

📋 copy color: '#B5BCB9'

red 181 ◦ green 188 ◦ blue 185

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

Shades of Loblolly #B5BCB9

Tints of Loblolly #B5BCB9

RGB

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

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

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

R = 32.67%
G = 33.94%
B = 33.39%

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

#B5BCB9 (or 0xB5BCB9) is known color: Loblolly. HEX triplet: B5, BC and B9. RGB value is (181,188,185). Sum of RGB (Red+Green+Blue) = 181+188+185=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCB9 is #4A4346. Grayscale: #B9B9B9. Windows color (decimal): -4866887 or 12172469. OLE color: 12172469.

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

Color convert

RGB 181 188 185 -
CMYK 0.04 0 0.02 0.26
HSL 154.29º 0.05% 0.72% -
HSV(B) 154.29º 0.04% 0.74% -
XYZ 45.8 49.29 53 -
YUV 185.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 181 188 185 0.04 0 0.02 0.26 154.29 0.05 0.72
Hex B5 BC B9 4 0 2 1A 9A 5 48
Octal 265 274 271 4 0 2 32 232 5 110
Binary 10110101 10111100 10111001 100 0 10 11010 10011010 101 1001000

Color Harmonies of #B5BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCB9

Black with #B5BCB9

Text Example


Text Example

White with #B5BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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