Html Css Color HEX #B6ADBA Chatelle

📋 copy color: '#B6ADBA'

red 182 ◦ green 173 ◦ blue 186

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

Shades of Chatelle #B6ADBA

Tints of Chatelle #B6ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.98%

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

R = 33.64%
G = 31.98%
B = 34.38%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B6ADBA (or 0xB6ADBA) is known color: Chatelle. HEX triplet: B6, AD and BA. RGB value is (182,173,186). Sum of RGB (Red+Green+Blue) = 182+173+186=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADBA is #495245. Grayscale: #B1B1B1. Windows color (decimal): -4805190 or 12234166. OLE color: 12234166.

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

Color convert

RGB 182 173 186 -
CMYK 0.02 0.07 0 0.27
HSL 281.54º 0.09% 0.7% -
HSV(B) 281.54º 0.07% 0.73% -
XYZ 43.1 43.38 52.56 -
YUV 177.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 182 173 186 0.02 0.07 0 0.27 281.54 0.09 0.7
Hex B6 AD BA 2 7 0 1B 11A 9 46
Octal 266 255 272 2 7 0 33 432 11 106
Binary 10110110 10101101 10111010 10 111 0 11011 100011010 1001 1000110

Color Harmonies of #B6ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADBA

Black with #B6ADBA

Text Example


Text Example

White with #B6ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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