Html Css Color HEX #B3A0BE Chatelle

📋 copy color: '#B3A0BE'

red 179 ◦ green 160 ◦ blue 190

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

Shades of Chatelle #B3A0BE

Tints of Chatelle #B3A0BE

RGB

 RED value IS 179 (70.31% from 255) = 33.84%

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

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

R = 33.84%
G = 30.25%
B = 35.92%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B3A0BE (or 0xB3A0BE) is known color: Chatelle. HEX triplet: B3, A0 and BE. RGB value is (179,160,190). Sum of RGB (Red+Green+Blue) = 179+160+190=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0BE is #4C5F41. Grayscale: #A9A9A9. Windows color (decimal): -5005122 or 12492979. OLE color: 12492979.

HSL color Cylindrical-coordinate representation of color #B3A0BE: hue angle of 278º 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 #B3A0BE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 160 190 -
CMYK 0.06 0.16 0 0.25
HSL 278º 0.19% 0.69% -
HSV(B) 278º 0.16% 0.75% -
XYZ 40.46 38.44 54 -
YUV 169.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 179 160 190 0.06 0.16 0 0.25 278 0.19 0.69
Hex B3 A0 BE 6 10 0 19 116 13 45
Octal 263 240 276 6 20 0 31 426 23 105
Binary 10110011 10100000 10111110 110 10000 0 11001 100010110 10011 1000101

Color Harmonies of #B3A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A0BE

Black with #B3A0BE

Text Example


Text Example

White with #B3A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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