Html Css Color HEX #B0ADB1 Chatelle

📋 copy color: '#B0ADB1'

red 176 ◦ green 173 ◦ blue 177

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

Shades of Chatelle #B0ADB1

Tints of Chatelle #B0ADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

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

R = 33.46%
G = 32.89%
B = 33.65%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B0ADB1 (or 0xB0ADB1) is known color: Chatelle. HEX triplet: B0, AD and B1. RGB value is (176,173,177). Sum of RGB (Red+Green+Blue) = 176+173+177=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 177 - color contains mainly: blue. Hex color #B0ADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADB1 is #4F524E. Grayscale: #AEAEAE. Windows color (decimal): -5198415 or 11644336. OLE color: 11644336.

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

Color convert

RGB 176 173 177 -
CMYK 0.01 0.02 0 0.31
HSL 285º 0.03% 0.69% -
HSV(B) 285º 0.02% 0.69% -
XYZ 40.78 42.29 47.61 -
YUV 174.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 176 173 177 0.01 0.02 0 0.31 285 0.03 0.69
Hex B0 AD B1 1 2 0 1F 11D 2 45
Octal 260 255 261 1 2 0 37 435 2 105
Binary 10110000 10101101 10110001 1 10 0 11111 100011101 10 1000101

Color Harmonies of #B0ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADB1

Black with #B0ADB1

Text Example


Text Example

White with #B0ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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