Html Css Color HEX #B9ADC0 Chatelle

📋 copy color: '#B9ADC0'

red 185 ◦ green 173 ◦ blue 192

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

Shades of Chatelle #B9ADC0

Tints of Chatelle #B9ADC0

RGB

 RED value IS 185 (72.66% from 255) = 33.64%

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

 BLUE value IS 192 (75.39% from 255) = 34.91%

R = 33.64%
G = 31.45%
B = 34.91%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9ADC0 (or 0xB9ADC0) is known color: Chatelle. HEX triplet: B9, AD and C0. RGB value is (185,173,192). Sum of RGB (Red+Green+Blue) = 185+173+192=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADC0 is #46523F. Grayscale: #B2B2B2. Windows color (decimal): -4608576 or 12627385. OLE color: 12627385.

HSL color Cylindrical-coordinate representation of color #B9ADC0: hue angle of 277.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9ADC0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 173 192 -
CMYK 0.04 0.10 0 0.25
HSL 277.89º 0.13% 0.72% -
HSV(B) 277.89º 0.1% 0.75% -
XYZ 44.47 44.01 56.02 -
YUV 178.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 185 173 192 0.04 0.10 0 0.25 277.89 0.13 0.72
Hex B9 AD C0 4 A 0 19 116 D 48
Octal 271 255 300 4 12 0 31 426 15 110
Binary 10111001 10101101 11000000 100 1010 0 11001 100010110 1101 1001000

Color Harmonies of #B9ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADC0

Black with #B9ADC0

Text Example


Text Example

White with #B9ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADC0; }

 p { color: rgb(185,173,192); }

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

background-color css

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

 a { background-color: rgb(185,173,192); }

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

border-color css

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

 span { border-color: rgb(185,173,192); }

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