Html Css Color HEX #B1A0B6 Chatelle

📋 copy color: '#B1A0B6'

red 177 ◦ green 160 ◦ blue 182

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

Shades of Chatelle #B1A0B6

Tints of Chatelle #B1A0B6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

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

R = 34.1%
G = 30.83%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B1A0B6 (or 0xB1A0B6) is known color: Chatelle. HEX triplet: B1, A0 and B6. RGB value is (177,160,182). Sum of RGB (Red+Green+Blue) = 177+160+182=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 182 - color contains mainly: blue. Hex color #B1A0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0B6 is #4E5F49. Grayscale: #A7A7A7. Windows color (decimal): -5136202 or 11968689. OLE color: 11968689.

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

Color convert

RGB 177 160 182 -
CMYK 0.03 0.12 0 0.29
HSL 286.36º 0.13% 0.67% -
HSV(B) 286.36º 0.12% 0.71% -
XYZ 39.15 37.87 49.5 -
YUV 167.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 177 160 182 0.03 0.12 0 0.29 286.36 0.13 0.67
Hex B1 A0 B6 3 C 0 1D 11E D 43
Octal 261 240 266 3 14 0 35 436 15 103
Binary 10110001 10100000 10110110 11 1100 0 11101 100011110 1101 1000011

Color Harmonies of #B1A0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A0B6

Black with #B1A0B6

Text Example


Text Example

White with #B1A0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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