Html Css Color HEX #B0ABB5 Chatelle

📋 copy color: '#B0ABB5'

red 176 ◦ green 171 ◦ blue 181

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

Shades of Chatelle #B0ABB5

Tints of Chatelle #B0ABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 33.33%
G = 32.39%
B = 34.28%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B0ABB5 (or 0xB0ABB5) is known color: Chatelle. HEX triplet: B0, AB and B5. RGB value is (176,171,181). Sum of RGB (Red+Green+Blue) = 176+171+181=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 181 - color contains mainly: blue. Hex color #B0ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABB5 is #4F544A. Grayscale: #ADADAD. Windows color (decimal): -5198923 or 11905968. OLE color: 11905968.

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

Color convert

RGB 176 171 181 -
CMYK 0.03 0.06 0 0.29
HSL 270º 0.06% 0.69% -
HSV(B) 270º 0.06% 0.71% -
XYZ 40.81 41.69 49.61 -
YUV 173.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 176 171 181 0.03 0.06 0 0.29 270 0.06 0.69
Hex B0 AB B5 3 6 0 1D 10E 6 45
Octal 260 253 265 3 6 0 35 416 6 105
Binary 10110000 10101011 10110101 11 110 0 11101 100001110 110 1000101

Color Harmonies of #B0ABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABB5

Black with #B0ABB5

Text Example


Text Example

White with #B0ABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABB5; }

 p { color: rgb(176,171,181); }

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

background-color css

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

 a { background-color: rgb(176,171,181); }

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

border-color css

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

 span { border-color: rgb(176,171,181); }

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