Html Css Color HEX #B5BCAE Tasman

📋 copy color: '#B5BCAE'

red 181 ◦ green 188 ◦ blue 174

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

Shades of Tasman #B5BCAE

Tints of Tasman #B5BCAE

RGB

 RED value IS 181 (71.09% from 255) = 33.33%

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

 BLUE value IS 174 (68.36% from 255) = 32.04%

R = 33.33%
G = 34.62%
B = 32.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#B5BCAE (or 0xB5BCAE) is known color: Tasman. HEX triplet: B5, BC and AE. RGB value is (181,188,174). Sum of RGB (Red+Green+Blue) = 181+188+174=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCAE is #4A4351. Grayscale: #B8B8B8. Windows color (decimal): -4866898 or 11451573. OLE color: 11451573.

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

Color convert

RGB 181 188 174 -
CMYK 0.04 0 0.07 0.26
HSL 90º 0.09% 0.71% -
HSV(B) 90º 0.07% 0.74% -
XYZ 44.68 48.85 47.12 -
YUV 184.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 181 188 174 0.04 0 0.07 0.26 90 0.09 0.71
Hex B5 BC AE 4 0 7 1A 5A 9 47
Octal 265 274 256 4 0 7 32 132 11 107
Binary 10110101 10111100 10101110 100 0 111 11010 1011010 1001 1000111

Color Harmonies of #B5BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCAE

Black with #B5BCAE

Text Example


Text Example

White with #B5BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCAE; }

 p { color: rgb(181,188,174); }

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

background-color css

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

 a { background-color: rgb(181,188,174); }

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

border-color css

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

 span { border-color: rgb(181,188,174); }

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