Html Css Color HEX #B2A9BA Chatelle

📋 copy color: '#B2A9BA'

red 178 ◦ green 169 ◦ blue 186

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

Shades of Chatelle #B2A9BA

Tints of Chatelle #B2A9BA

RGB

 RED value IS 178 (69.92% from 255) = 33.4%

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

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

R = 33.4%
G = 31.71%
B = 34.9%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B2A9BA (or 0xB2A9BA) is known color: Chatelle. HEX triplet: B2, A9 and BA. RGB value is (178,169,186). Sum of RGB (Red+Green+Blue) = 178+169+186=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9BA is #4D5645. Grayscale: #ADADAD. Windows color (decimal): -5068358 or 12233138. OLE color: 12233138.

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

Color convert

RGB 178 169 186 -
CMYK 0.04 0.09 0 0.27
HSL 271.76º 0.11% 0.7% -
HSV(B) 271.76º 0.09% 0.73% -
XYZ 41.41 41.39 52.26 -
YUV 173.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 178 169 186 0.04 0.09 0 0.27 271.76 0.11 0.7
Hex B2 A9 BA 4 9 0 1B 110 B 46
Octal 262 251 272 4 11 0 33 420 13 106
Binary 10110010 10101001 10111010 100 1001 0 11011 100010000 1011 1000110

Color Harmonies of #B2A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9BA

Black with #B2A9BA

Text Example


Text Example

White with #B2A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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