Html Css Color HEX #B0A1B7 Chatelle

📋 copy color: '#B0A1B7'

red 176 ◦ green 161 ◦ blue 183

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

Shades of Chatelle #B0A1B7

Tints of Chatelle #B0A1B7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.96%

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

R = 33.85%
G = 30.96%
B = 35.19%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B0A1B7 (or 0xB0A1B7) is known color: Chatelle. HEX triplet: B0, A1 and B7. RGB value is (176,161,183). Sum of RGB (Red+Green+Blue) = 176+161+183=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0A1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1B7 is #4F5E48. Grayscale: #A7A7A7. Windows color (decimal): -5201481 or 12034480. OLE color: 12034480.

HSL color Cylindrical-coordinate representation of color #B0A1B7: hue angle of 280.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0A1B7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 161 183 -
CMYK 0.04 0.12 0 0.28
HSL 280.91º 0.13% 0.67% -
HSV(B) 280.91º 0.12% 0.72% -
XYZ 39.2 38.14 50.1 -
YUV 167.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 176 161 183 0.04 0.12 0 0.28 280.91 0.13 0.67
Hex B0 A1 B7 4 C 0 1C 119 D 43
Octal 260 241 267 4 14 0 34 431 15 103
Binary 10110000 10100001 10110111 100 1100 0 11100 100011001 1101 1000011

Color Harmonies of #B0A1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A1B7

Black with #B0A1B7

Text Example


Text Example

White with #B0A1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A1B7; }

 p { color: rgb(176,161,183); }

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

background-color css

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

 a { background-color: rgb(176,161,183); }

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

border-color css

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

 span { border-color: rgb(176,161,183); }

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