Html Css Color HEX #BBB4AC Tide

📋 copy color: '#BBB4AC'

red 187 ◦ green 180 ◦ blue 172

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

Shades of Tide #BBB4AC

Tints of Tide #BBB4AC

RGB

 RED value IS 187 (73.44% from 255) = 34.69%

 GREEN value IS 180 (70.7% from 255) = 33.4%

 BLUE value IS 172 (67.58% from 255) = 31.91%

R = 34.69%
G = 33.4%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BBB4AC (or 0xBBB4AC) is known color: Tide. HEX triplet: BB, B4 and AC. RGB value is (187,180,172). Sum of RGB (Red+Green+Blue) = 187+180+172=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB4AC is #444B53. Grayscale: #B5B5B5. Windows color (decimal): -4475732 or 11318459. OLE color: 11318459.

HSL color Cylindrical-coordinate representation of color #BBB4AC: hue angle of 32º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB4AC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 172 -
CMYK 0 0.04 0.08 0.27
HSL 32º 0.1% 0.7% -
HSV(B) 32º 0.08% 0.73% -
XYZ 44.26 46.19 45.61 -
YUV 181.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 187 180 172 0 0.04 0.08 0.27 32 0.1 0.7
Hex BB B4 AC 0 4 8 1B 20 A 46
Octal 273 264 254 0 4 10 33 40 12 106
Binary 10111011 10110100 10101100 0 100 1000 11011 100000 1010 1000110

Color Harmonies of #BBB4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB4AC

Black with #BBB4AC

Text Example


Text Example

White with #BBB4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB4AC; }

 p { color: rgb(187,180,172); }

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

background-color css

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

 a { background-color: rgb(187,180,172); }

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

border-color css

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

 span { border-color: rgb(187,180,172); }

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