Html Css Color HEX #B0ACB1 Chatelle

📋 copy color: '#B0ACB1'

red 176 ◦ green 172 ◦ blue 177

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

Shades of Chatelle #B0ACB1

Tints of Chatelle #B0ACB1

RGB

 RED value IS 176 (69.14% from 255) = 33.52%

 GREEN value IS 172 (67.58% from 255) = 32.76%

 BLUE value IS 177 (69.53% from 255) = 33.71%

R = 33.52%
G = 32.76%
B = 33.71%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B0ACB1 (or 0xB0ACB1) is known color: Chatelle. HEX triplet: B0, AC and B1. RGB value is (176,172,177). Sum of RGB (Red+Green+Blue) = 176+172+177=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 177 - color contains mainly: blue. Hex color #B0ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ACB1 is #4F534E. Grayscale: #ADADAD. Windows color (decimal): -5198671 or 11644080. OLE color: 11644080.

HSL color Cylindrical-coordinate representation of color #B0ACB1: hue angle of 288º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0ACB1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 172 177 -
CMYK 0.01 0.03 0 0.31
HSL 288º 0.03% 0.68% -
HSV(B) 288º 0.03% 0.69% -
XYZ 40.59 41.91 47.54 -
YUV 173.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 176 172 177 0.01 0.03 0 0.31 288 0.03 0.68
Hex B0 AC B1 1 3 0 1F 120 3 44
Octal 260 254 261 1 3 0 37 440 3 104
Binary 10110000 10101100 10110001 1 11 0 11111 100100000 11 1000100

Color Harmonies of #B0ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACB1

Black with #B0ACB1

Text Example


Text Example

White with #B0ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACB1; }

 p { color: rgb(176,172,177); }

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

background-color css

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

 a { background-color: rgb(176,172,177); }

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

border-color css

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

 span { border-color: rgb(176,172,177); }

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