Html Css Color HEX #B8BDBB Loblolly

📋 copy color: '#B8BDBB'

red 184 ◦ green 189 ◦ blue 187

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

Shades of Loblolly #B8BDBB

Tints of Loblolly #B8BDBB

RGB

 RED value IS 184 (72.27% from 255) = 32.86%

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

 BLUE value IS 187 (73.44% from 255) = 33.39%

R = 32.86%
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

#B8BDBB (or 0xB8BDBB) is known color: Loblolly. HEX triplet: B8, BD and BB. RGB value is (184,189,187). Sum of RGB (Red+Green+Blue) = 184+189+187=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDBB is #474244. Grayscale: #BBBBBB. Windows color (decimal): -4670021 or 12303800. OLE color: 12303800.

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

Color convert

RGB 184 189 187 -
CMYK 0.03 0 0.01 0.26
HSL 156º 0.04% 0.73% -
HSV(B) 156º 0.03% 0.74% -
XYZ 46.93 50.17 54.22 -
YUV 187.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 184 189 187 0.03 0 0.01 0.26 156 0.04 0.73
Hex B8 BD BB 3 0 1 1A 9C 4 49
Octal 270 275 273 3 0 1 32 234 4 111
Binary 10111000 10111101 10111011 11 0 1 11010 10011100 100 1001001

Color Harmonies of #B8BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDBB

Black with #B8BDBB

Text Example


Text Example

White with #B8BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDBB; }

 p { color: rgb(184,189,187); }

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

background-color css

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

 a { background-color: rgb(184,189,187); }

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

border-color css

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

 span { border-color: rgb(184,189,187); }

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