Html Css Color HEX #B1BDB8 Loblolly

📋 copy color: '#B1BDB8'

red 177 ◦ green 189 ◦ blue 184

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

Shades of Loblolly #B1BDB8

Tints of Loblolly #B1BDB8

RGB

 RED value IS 177 (69.53% from 255) = 32.18%

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

 BLUE value IS 184 (72.27% from 255) = 33.45%

R = 32.18%
G = 34.36%
B = 33.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#B1BDB8 (or 0xB1BDB8) is known color: Loblolly. HEX triplet: B1, BD and B8. RGB value is (177,189,184). Sum of RGB (Red+Green+Blue) = 177+189+184=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDB8 is #4E4247. Grayscale: #B8B8B8. Windows color (decimal): -5128776 or 12107185. OLE color: 12107185.

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

Color convert

RGB 177 189 184 -
CMYK 0.06 0 0.03 0.26
HSL 155º 0.08% 0.72% -
HSV(B) 155º 0.06% 0.74% -
XYZ 44.98 49.2 52.47 -
YUV 184.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 177 189 184 0.06 0 0.03 0.26 155 0.08 0.72
Hex B1 BD B8 6 0 3 1A 9B 8 48
Octal 261 275 270 6 0 3 32 233 10 110
Binary 10110001 10111101 10111000 110 0 11 11010 10011011 1000 1001000

Color Harmonies of #B1BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDB8

Black with #B1BDB8

Text Example


Text Example

White with #B1BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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