Html Css Color HEX #BCB4A6 Tea

📋 copy color: '#BCB4A6'

red 188 ◦ green 180 ◦ blue 166

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

Shades of Tea #BCB4A6

Tints of Tea #BCB4A6

RGB

 RED value IS 188 (73.83% from 255) = 35.21%

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

 BLUE value IS 166 (65.23% from 255) = 31.09%

R = 35.21%
G = 33.71%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCB4A6 (or 0xBCB4A6) is known color: Tea. HEX triplet: BC, B4 and A6. RGB value is (188,180,166). Sum of RGB (Red+Green+Blue) = 188+180+166=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB4A6 is #434B59. Grayscale: #B4B4B4. Windows color (decimal): -4410202 or 10925244. OLE color: 10925244.

HSL color Cylindrical-coordinate representation of color #BCB4A6: hue angle of 38.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB4A6 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 166 -
CMYK 0 0.04 0.12 0.26
HSL 38.18º 0.14% 0.69% -
HSV(B) 38.18º 0.12% 0.74% -
XYZ 43.94 46.09 42.66 -
YUV 180.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 188 180 166 0 0.04 0.12 0.26 38.18 0.14 0.69
Hex BC B4 A6 0 4 C 1A 26 E 45
Octal 274 264 246 0 4 14 32 46 16 105
Binary 10111100 10110100 10100110 0 100 1100 11010 100110 1110 1000101

Color Harmonies of #BCB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4A6

Black with #BCB4A6

Text Example


Text Example

White with #BCB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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