Html Css Color HEX #B1ABB7 Chatelle

📋 copy color: '#B1ABB7'

red 177 ◦ green 171 ◦ blue 183

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

Shades of Chatelle #B1ABB7

Tints of Chatelle #B1ABB7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.2%

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 33.33%
G = 32.2%
B = 34.46%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B1ABB7 (or 0xB1ABB7) is known color: Chatelle. HEX triplet: B1, AB and B7. RGB value is (177,171,183). Sum of RGB (Red+Green+Blue) = 177+171+183=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 183 - color contains mainly: blue. Hex color #B1ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABB7 is #4E5448. Grayscale: #AEAEAE. Windows color (decimal): -5133385 or 12037041. OLE color: 12037041.

HSL color Cylindrical-coordinate representation of color #B1ABB7: hue angle of 270º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1ABB7 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 171 183 -
CMYK 0.03 0.07 0 0.28
HSL 270º 0.08% 0.69% -
HSV(B) 270º 0.07% 0.72% -
XYZ 41.24 41.89 50.71 -
YUV 174.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 177 171 183 0.03 0.07 0 0.28 270 0.08 0.69
Hex B1 AB B7 3 7 0 1C 10E 8 45
Octal 261 253 267 3 7 0 34 416 10 105
Binary 10110001 10101011 10110111 11 111 0 11100 100001110 1000 1000101

Color Harmonies of #B1ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABB7

Black with #B1ABB7

Text Example


Text Example

White with #B1ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABB7; }

 p { color: rgb(177,171,183); }

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

background-color css

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

 a { background-color: rgb(177,171,183); }

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

border-color css

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

 span { border-color: rgb(177,171,183); }

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