Html Css Color HEX #B4BDB7 Loblolly

📋 copy color: '#B4BDB7'

red 180 ◦ green 189 ◦ blue 183

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

Shades of Loblolly #B4BDB7

Tints of Loblolly #B4BDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.15%

R = 32.61%
G = 34.24%
B = 33.15%

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

#B4BDB7 (or 0xB4BDB7) is known color: Loblolly. HEX triplet: B4, BD and B7. RGB value is (180,189,183). Sum of RGB (Red+Green+Blue) = 180+189+183=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDB7 is #4B4248. Grayscale: #B9B9B9. Windows color (decimal): -4932169 or 12041652. OLE color: 12041652.

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

Color convert

RGB 180 189 183 -
CMYK 0.05 0 0.03 0.26
HSL 140º 0.06% 0.72% -
HSV(B) 140º 0.05% 0.74% -
XYZ 45.57 49.52 51.96 -
YUV 185.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 180 189 183 0.05 0 0.03 0.26 140 0.06 0.72
Hex B4 BD B7 5 0 3 1A 8C 6 48
Octal 264 275 267 5 0 3 32 214 6 110
Binary 10110100 10111101 10110111 101 0 11 11010 10001100 110 1001000

Color Harmonies of #B4BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDB7

Black with #B4BDB7

Text Example


Text Example

White with #B4BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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