Html Css Color HEX #B1ADB6 Chatelle

📋 copy color: '#B1ADB6'

red 177 ◦ green 173 ◦ blue 182

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

Shades of Chatelle #B1ADB6

Tints of Chatelle #B1ADB6

RGB

 RED value IS 177 (69.53% from 255) = 33.27%

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

 BLUE value IS 182 (71.48% from 255) = 34.21%

R = 33.27%
G = 32.52%
B = 34.21%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B1ADB6 (or 0xB1ADB6) is known color: Chatelle. HEX triplet: B1, AD and B6. RGB value is (177,173,182). Sum of RGB (Red+Green+Blue) = 177+173+182=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 182 - color contains mainly: blue. Hex color #B1ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADB6 is #4E5249. Grayscale: #AFAFAF. Windows color (decimal): -5132874 or 11972017. OLE color: 11972017.

HSL color Cylindrical-coordinate representation of color #B1ADB6: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1ADB6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 173 182 -
CMYK 0.03 0.05 0 0.29
HSL 266.67º 0.06% 0.7% -
HSV(B) 266.67º 0.05% 0.71% -
XYZ 41.52 42.61 50.29 -
YUV 175.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 177 173 182 0.03 0.05 0 0.29 266.67 0.06 0.7
Hex B1 AD B6 3 5 0 1D 10B 6 46
Octal 261 255 266 3 5 0 35 413 6 106
Binary 10110001 10101101 10110110 11 101 0 11101 100001011 110 1000110

Color Harmonies of #B1ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADB6

Black with #B1ADB6

Text Example


Text Example

White with #B1ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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