Html Css Color HEX #B6A9BA Chatelle

📋 copy color: '#B6A9BA'

red 182 ◦ green 169 ◦ blue 186

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

Shades of Chatelle #B6A9BA

Tints of Chatelle #B6A9BA

RGB

 RED value IS 182 (71.48% from 255) = 33.89%

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

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

R = 33.89%
G = 31.47%
B = 34.64%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B6A9BA (or 0xB6A9BA) is known color: Chatelle. HEX triplet: B6, A9 and BA. RGB value is (182,169,186). Sum of RGB (Red+Green+Blue) = 182+169+186=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9BA is #495645. Grayscale: #AEAEAE. Windows color (decimal): -4806214 or 12233142. OLE color: 12233142.

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

Color convert

RGB 182 169 186 -
CMYK 0.02 0.09 0 0.27
HSL 285.88º 0.11% 0.7% -
HSV(B) 285.88º 0.09% 0.73% -
XYZ 42.34 41.87 52.3 -
YUV 174.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 182 169 186 0.02 0.09 0 0.27 285.88 0.11 0.7
Hex B6 A9 BA 2 9 0 1B 11E B 46
Octal 266 251 272 2 11 0 33 436 13 106
Binary 10110110 10101001 10111010 10 1001 0 11011 100011110 1011 1000110

Color Harmonies of #B6A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A9BA

Black with #B6A9BA

Text Example


Text Example

White with #B6A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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