Html Css Color HEX #BCB0A9 Tide

📋 copy color: '#BCB0A9'

red 188 ◦ green 176 ◦ blue 169

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

Shades of Tide #BCB0A9

Tints of Tide #BCB0A9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.02%

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

R = 35.27%
G = 33.02%
B = 31.71%

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

#BCB0A9 (or 0xBCB0A9) is known color: Tide. HEX triplet: BC, B0 and A9. RGB value is (188,176,169). Sum of RGB (Red+Green+Blue) = 188+176+169=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A9 is #434F56. Grayscale: #B2B2B2. Windows color (decimal): -4411223 or 11120828. OLE color: 11120828.

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

Color convert

RGB 188 176 169 -
CMYK 0 0.06 0.10 0.26
HSL 22.11º 0.12% 0.7% -
HSV(B) 22.11º 0.1% 0.74% -
XYZ 43.43 44.61 43.86 -
YUV 178.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 188 176 169 0 0.06 0.10 0.26 22.11 0.12 0.7
Hex BC B0 A9 0 6 A 1A 16 C 46
Octal 274 260 251 0 6 12 32 26 14 106
Binary 10111100 10110000 10101001 0 110 1010 11010 10110 1100 1000110

Color Harmonies of #BCB0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0A9

Black with #BCB0A9

Text Example


Text Example

White with #BCB0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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