Html Css Color HEX #B5A9BA Chatelle

📋 copy color: '#B5A9BA'

red 181 ◦ green 169 ◦ blue 186

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

Shades of Chatelle #B5A9BA

Tints of Chatelle #B5A9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.53%

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 33.77%
G = 31.53%
B = 34.7%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5A9BA (or 0xB5A9BA) is known color: Chatelle. HEX triplet: B5, A9 and BA. RGB value is (181,169,186). Sum of RGB (Red+Green+Blue) = 181+169+186=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9BA is #4A5645. Grayscale: #AEAEAE. Windows color (decimal): -4871750 or 12233141. OLE color: 12233141.

HSL color Cylindrical-coordinate representation of color #B5A9BA: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5A9BA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 169 186 -
CMYK 0.03 0.09 0 0.27
HSL 282.35º 0.11% 0.7% -
HSV(B) 282.35º 0.09% 0.73% -
XYZ 42.11 41.74 52.29 -
YUV 174.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 181 169 186 0.03 0.09 0 0.27 282.35 0.11 0.7
Hex B5 A9 BA 3 9 0 1B 11A B 46
Octal 265 251 272 3 11 0 33 432 13 106
Binary 10110101 10101001 10111010 11 1001 0 11011 100011010 1011 1000110

Color Harmonies of #B5A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A9BA

Black with #B5A9BA

Text Example


Text Example

White with #B5A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A9BA; }

 p { color: rgb(181,169,186); }

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

background-color css

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

 a { background-color: rgb(181,169,186); }

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

border-color css

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

 span { border-color: rgb(181,169,186); }

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