Html Css Color HEX #B4A9BA Chatelle

📋 copy color: '#B4A9BA'

red 180 ◦ green 169 ◦ blue 186

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

Shades of Chatelle #B4A9BA

Tints of Chatelle #B4A9BA

RGB

 RED value IS 180 (70.7% from 255) = 33.64%

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

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

R = 33.64%
G = 31.59%
B = 34.77%

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

#B4A9BA (or 0xB4A9BA) is known color: Chatelle. HEX triplet: B4, A9 and BA. RGB value is (180,169,186). Sum of RGB (Red+Green+Blue) = 180+169+186=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9BA is #4B5645. Grayscale: #AEAEAE. Windows color (decimal): -4937286 or 12233140. OLE color: 12233140.

HSL color Cylindrical-coordinate representation of color #B4A9BA: hue angle of 278.82º 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 #B4A9BA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 169 186 -
CMYK 0.03 0.09 0 0.27
HSL 278.82º 0.11% 0.7% -
HSV(B) 278.82º 0.09% 0.73% -
XYZ 41.87 41.62 52.28 -
YUV 174.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 180 169 186 0.03 0.09 0 0.27 278.82 0.11 0.7
Hex B4 A9 BA 3 9 0 1B 117 B 46
Octal 264 251 272 3 11 0 33 427 13 106
Binary 10110100 10101001 10111010 11 1001 0 11011 100010111 1011 1000110

Color Harmonies of #B4A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A9BA

Black with #B4A9BA

Text Example


Text Example

White with #B4A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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