Html Css Color HEX #B4BDB8 Loblolly

📋 copy color: '#B4BDB8'

red 180 ◦ green 189 ◦ blue 184

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

Shades of Loblolly #B4BDB8

Tints of Loblolly #B4BDB8

RGB

 RED value IS 180 (70.7% from 255) = 32.55%

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

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

R = 32.55%
G = 34.18%
B = 33.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#B4BDB8 (or 0xB4BDB8) is known color: Loblolly. HEX triplet: B4, BD and B8. RGB value is (180,189,184). Sum of RGB (Red+Green+Blue) = 180+189+184=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDB8 is #4B4247. Grayscale: #B9B9B9. Windows color (decimal): -4932168 or 12107188. OLE color: 12107188.

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

Color convert

RGB 180 189 184 -
CMYK 0.05 0 0.03 0.26
HSL 146.67º 0.06% 0.72% -
HSV(B) 146.67º 0.05% 0.74% -
XYZ 45.67 49.56 52.51 -
YUV 185.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 180 189 184 0.05 0 0.03 0.26 146.67 0.06 0.72
Hex B4 BD B8 5 0 3 1A 93 6 48
Octal 264 275 270 5 0 3 32 223 6 110
Binary 10110100 10111101 10111000 101 0 11 11010 10010011 110 1001000

Color Harmonies of #B4BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDB8

Black with #B4BDB8

Text Example


Text Example

White with #B4BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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