Html Css Color HEX #B6A8BA Chatelle

📋 copy color: '#B6A8BA'

red 182 ◦ green 168 ◦ blue 186

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

Shades of Chatelle #B6A8BA

Tints of Chatelle #B6A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.34%

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

R = 33.96%
G = 31.34%
B = 34.7%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B6A8BA (or 0xB6A8BA) is known color: Chatelle. HEX triplet: B6, A8 and BA. RGB value is (182,168,186). Sum of RGB (Red+Green+Blue) = 182+168+186=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 168 (66.02% from 255 or 31.34% 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 #B6A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8BA is #495745. Grayscale: #AEAEAE. Windows color (decimal): -4806470 or 12232886. OLE color: 12232886.

HSL color Cylindrical-coordinate representation of color #B6A8BA: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6A8BA is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 168 186 -
CMYK 0.02 0.10 0 0.27
HSL 286.67º 0.12% 0.69% -
HSV(B) 286.67º 0.1% 0.73% -
XYZ 42.16 41.5 52.24 -
YUV 174.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 182 168 186 0.02 0.10 0 0.27 286.67 0.12 0.69
Hex B6 A8 BA 2 A 0 1B 11F C 45
Octal 266 250 272 2 12 0 33 437 14 105
Binary 10110110 10101000 10111010 10 1010 0 11011 100011111 1100 1000101

Color Harmonies of #B6A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A8BA

Black with #B6A8BA

Text Example


Text Example

White with #B6A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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