Html Css Color HEX #BEB4B0 Tide

📋 copy color: '#BEB4B0'

red 190 ◦ green 180 ◦ blue 176

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

Shades of Tide #BEB4B0

Tints of Tide #BEB4B0

RGB

 RED value IS 190 (74.61% from 255) = 34.8%

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

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 34.8%
G = 32.97%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEB4B0 (or 0xBEB4B0) is known color: Tide. HEX triplet: BE, B4 and B0. RGB value is (190,180,176). Sum of RGB (Red+Green+Blue) = 190+180+176=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB4B0 is #414B4F. Grayscale: #B6B6B6. Windows color (decimal): -4279120 or 11580606. OLE color: 11580606.

HSL color Cylindrical-coordinate representation of color #BEB4B0: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB4B0 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 180 176 -
CMYK 0 0.05 0.07 0.25
HSL 17.14º 0.1% 0.72% -
HSV(B) 17.14º 0.07% 0.75% -
XYZ 45.39 46.72 47.7 -
YUV 182.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 190 180 176 0 0.05 0.07 0.25 17.14 0.1 0.72
Hex BE B4 B0 0 5 7 19 11 A 48
Octal 276 264 260 0 5 7 31 21 12 110
Binary 10111110 10110100 10110000 0 101 111 11001 10001 1010 1001000

Color Harmonies of #BEB4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4B0

Black with #BEB4B0

Text Example


Text Example

White with #BEB4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4B0; }

 p { color: rgb(190,180,176); }

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

background-color css

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

 a { background-color: rgb(190,180,176); }

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

border-color css

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

 span { border-color: rgb(190,180,176); }

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