#B9ADBE

Color #B9ADBE Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #B9ADBE

Tints of Chatelle #B9ADBE

Color information

#B9ADBE (or 0xB9ADBE) is unknown color: approx Chatelle. HEX triplet: B9, AD and BE. RGB value is (185,173,190). Sum of RGB (Red+Green+Blue) = 185+173+190=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADBE is #465241. Grayscale: #B2B2B2. Windows color (decimal): -4608578 or 12496313. OLE color: 12496313.

HSL color Cylindrical-coordinate representation of color #B9ADBE: hue angle of 282.35º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9ADBE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185173190-
CMYK0.030.0900.25
HSL282.35º11.56%71.18%-
HSV(B)282.35º8.95%74.51%-
XYZ44.2543.9254.86-
YUV178.53134.48132.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.76%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=33.76%
G=31.57%
B=34.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851731900.030.0900.25282.3511.5671.18
HexB9ADBE3901911ac47
Octal27125527631103143214107
Binary10111001101011011011111011100101100110001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADBE; }

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

 H1.HeaderClassName
 {
   color: #B9ADBE;
 }
 .AnyTagClassName
 {
   color: #B9ADBE;
 }
</style>
background-color css

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

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

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

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

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

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