Html Css Color HEX #BCB1A9 Tide

📋 copy color: '#BCB1A9'

red 188 ◦ green 177 ◦ blue 169

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

Shades of Tide #BCB1A9

Tints of Tide #BCB1A9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

 BLUE value IS 169 (66.41% from 255) = 31.65%

R = 35.21%
G = 33.15%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCB1A9 (or 0xBCB1A9) is known color: Tide. HEX triplet: BC, B1 and A9. RGB value is (188,177,169). Sum of RGB (Red+Green+Blue) = 188+177+169=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1A9 is #434E56. Grayscale: #B3B3B3. Windows color (decimal): -4410967 or 11121084. OLE color: 11121084.

HSL color Cylindrical-coordinate representation of color #BCB1A9: hue angle of 25.26º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB1A9 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 169 -
CMYK 0 0.06 0.10 0.26
HSL 25.26º 0.12% 0.7% -
HSV(B) 25.26º 0.1% 0.74% -
XYZ 43.62 45 43.92 -
YUV 179.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 188 177 169 0 0.06 0.10 0.26 25.26 0.12 0.7
Hex BC B1 A9 0 6 A 1A 19 C 46
Octal 274 261 251 0 6 12 32 31 14 106
Binary 10111100 10110001 10101001 0 110 1010 11010 11001 1100 1000110

Color Harmonies of #BCB1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1A9

Black with #BCB1A9

Text Example


Text Example

White with #BCB1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1A9; }

 p { color: rgb(188,177,169); }

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

background-color css

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

 a { background-color: rgb(188,177,169); }

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

border-color css

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

 span { border-color: rgb(188,177,169); }

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