Html Css Color HEX #B0A0BE Chatelle

📋 copy color: '#B0A0BE'

red 176 ◦ green 160 ◦ blue 190

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

Shades of Chatelle #B0A0BE

Tints of Chatelle #B0A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 33.46%
G = 30.42%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0A0BE (or 0xB0A0BE) is known color: Chatelle. HEX triplet: B0, A0 and BE. RGB value is (176,160,190). Sum of RGB (Red+Green+Blue) = 176+160+190=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0BE is #4F5F41. Grayscale: #A8A8A8. Windows color (decimal): -5201730 or 12492976. OLE color: 12492976.

HSL color Cylindrical-coordinate representation of color #B0A0BE: hue angle of 272º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0A0BE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 160 190 -
CMYK 0.07 0.16 0 0.25
HSL 272º 0.19% 0.69% -
HSV(B) 272º 0.16% 0.75% -
XYZ 39.77 38.09 53.97 -
YUV 168.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 176 160 190 0.07 0.16 0 0.25 272 0.19 0.69
Hex B0 A0 BE 7 10 0 19 110 13 45
Octal 260 240 276 7 20 0 31 420 23 105
Binary 10110000 10100000 10111110 111 10000 0 11001 100010000 10011 1000101

Color Harmonies of #B0A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A0BE

Black with #B0A0BE

Text Example


Text Example

White with #B0A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A0BE; }

 p { color: rgb(176,160,190); }

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

background-color css

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

 a { background-color: rgb(176,160,190); }

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

border-color css

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

 span { border-color: rgb(176,160,190); }

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