Html Css Color HEX #B0A1BC Chatelle

📋 copy color: '#B0A1BC'

red 176 ◦ green 161 ◦ blue 188

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

Shades of Chatelle #B0A1BC

Tints of Chatelle #B0A1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 33.52%
G = 30.67%
B = 35.81%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B0A1BC (or 0xB0A1BC) is known color: Chatelle. HEX triplet: B0, A1 and BC. RGB value is (176,161,188). Sum of RGB (Red+Green+Blue) = 176+161+188=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1BC is #4F5E43. Grayscale: #A8A8A8. Windows color (decimal): -5201476 or 12362160. OLE color: 12362160.

HSL color Cylindrical-coordinate representation of color #B0A1BC: hue angle of 273.33º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0A1BC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 161 188 -
CMYK 0.06 0.14 0 0.26
HSL 273.33º 0.17% 0.68% -
HSV(B) 273.33º 0.14% 0.74% -
XYZ 39.73 38.35 52.89 -
YUV 168.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 176 161 188 0.06 0.14 0 0.26 273.33 0.17 0.68
Hex B0 A1 BC 6 E 0 1A 111 11 44
Octal 260 241 274 6 16 0 32 421 21 104
Binary 10110000 10100001 10111100 110 1110 0 11010 100010001 10001 1000100

Color Harmonies of #B0A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A1BC

Black with #B0A1BC

Text Example


Text Example

White with #B0A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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