Html Css Color HEX #BCB4AF Tide

📋 copy color: '#BCB4AF'

red 188 ◦ green 180 ◦ blue 175

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

Shades of Tide #BCB4AF

Tints of Tide #BCB4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.23%

R = 34.62%
G = 33.15%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCB4AF (or 0xBCB4AF) is known color: Tide. HEX triplet: BC, B4 and AF. RGB value is (188,180,175). Sum of RGB (Red+Green+Blue) = 188+180+175=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB4AF is #434B50. Grayscale: #B5B5B5. Windows color (decimal): -4410193 or 11515068. OLE color: 11515068.

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

Color convert

RGB 188 180 175 -
CMYK 0 0.04 0.07 0.26
HSL 23.08º 0.09% 0.71% -
HSV(B) 23.08º 0.07% 0.74% -
XYZ 44.8 46.43 47.16 -
YUV 181.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 188 180 175 0 0.04 0.07 0.26 23.08 0.09 0.71
Hex BC B4 AF 0 4 7 1A 17 9 47
Octal 274 264 257 0 4 7 32 27 11 107
Binary 10111100 10110100 10101111 0 100 111 11010 10111 1001 1000111

Color Harmonies of #BCB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4AF

Black with #BCB4AF

Text Example


Text Example

White with #BCB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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