Html Css Color HEX #B5BCA8 Tasman

📋 copy color: '#B5BCA8'

red 181 ◦ green 188 ◦ blue 168

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

Shades of Tasman #B5BCA8

Tints of Tasman #B5BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.28%

R = 33.71%
G = 35.01%
B = 31.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#B5BCA8 (or 0xB5BCA8) is known color: Tasman. HEX triplet: B5, BC and A8. RGB value is (181,188,168). Sum of RGB (Red+Green+Blue) = 181+188+168=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCA8 is #4A4357. Grayscale: #B7B7B7. Windows color (decimal): -4866904 or 11058357. OLE color: 11058357.

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

Color convert

RGB 181 188 168 -
CMYK 0.04 0 0.11 0.26
HSL 81º 0.13% 0.7% -
HSV(B) 81º 0.11% 0.74% -
XYZ 44.11 48.62 44.11 -
YUV 183.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 181 188 168 0.04 0 0.11 0.26 81 0.13 0.7
Hex B5 BC A8 4 0 B 1A 51 D 46
Octal 265 274 250 4 0 13 32 121 15 106
Binary 10110101 10111100 10101000 100 0 1011 11010 1010001 1101 1000110

Color Harmonies of #B5BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCA8

Black with #B5BCA8

Text Example


Text Example

White with #B5BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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