Html Css Color HEX #B1A7BB Chatelle

📋 copy color: '#B1A7BB'

red 177 ◦ green 167 ◦ blue 187

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

Shades of Chatelle #B1A7BB

Tints of Chatelle #B1A7BB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.45%

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 33.33%
G = 31.45%
B = 35.22%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B1A7BB (or 0xB1A7BB) is known color: Chatelle. HEX triplet: B1, A7 and BB. RGB value is (177,167,187). Sum of RGB (Red+Green+Blue) = 177+167+187=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1A7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A7BB is #4E5844. Grayscale: #ACACAC. Windows color (decimal): -5134405 or 12298161. OLE color: 12298161.

HSL color Cylindrical-coordinate representation of color #B1A7BB: hue angle of 270º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1A7BB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 167 187 -
CMYK 0.05 0.11 0 0.27
HSL 270º 0.13% 0.69% -
HSV(B) 270º 0.11% 0.73% -
XYZ 40.92 40.57 52.69 -
YUV 172.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 177 167 187 0.05 0.11 0 0.27 270 0.13 0.69
Hex B1 A7 BB 5 B 0 1B 10E D 45
Octal 261 247 273 5 13 0 33 416 15 105
Binary 10110001 10100111 10111011 101 1011 0 11011 100001110 1101 1000101

Color Harmonies of #B1A7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A7BB

Black with #B1A7BB

Text Example


Text Example

White with #B1A7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A7BB; }

 p { color: rgb(177,167,187); }

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

background-color css

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

 a { background-color: rgb(177,167,187); }

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

border-color css

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

 span { border-color: rgb(177,167,187); }

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