Html Css Color HEX #B4BCB8 Loblolly

📋 copy color: '#B4BCB8'

red 180 ◦ green 188 ◦ blue 184

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

Shades of Loblolly #B4BCB8

Tints of Loblolly #B4BCB8

RGB

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

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

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

R = 32.61%
G = 34.06%
B = 33.33%

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

#B4BCB8 (or 0xB4BCB8) is known color: Loblolly. HEX triplet: B4, BC and B8. RGB value is (180,188,184). Sum of RGB (Red+Green+Blue) = 180+188+184=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCB8 is #4B4347. Grayscale: #B9B9B9. Windows color (decimal): -4932424 or 12106932. OLE color: 12106932.

HSL color Cylindrical-coordinate representation of color #B4BCB8: hue angle of 150º degrees, saturation: 0.06, 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 #B4BCB8 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 184 -
CMYK 0.04 0 0.02 0.26
HSL 150º 0.06% 0.72% -
HSV(B) 150º 0.04% 0.74% -
XYZ 45.46 49.13 52.43 -
YUV 185.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 180 188 184 0.04 0 0.02 0.26 150 0.06 0.72
Hex B4 BC B8 4 0 2 1A 96 6 48
Octal 264 274 270 4 0 2 32 226 6 110
Binary 10110100 10111100 10111000 100 0 10 11010 10010110 110 1001000

Color Harmonies of #B4BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCB8

Black with #B4BCB8

Text Example


Text Example

White with #B4BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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