#B8ADC0

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

Shades of Chatelle #B8ADC0

Tints of Chatelle #B8ADC0

Color information

#B8ADC0 (or 0xB8ADC0) is unknown color: approx Chatelle. HEX triplet: B8, AD and C0. RGB value is (184,173,192). Sum of RGB (Red+Green+Blue) = 184+173+192=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADC0 is #47523F. Grayscale: #B2B2B2. Windows color (decimal): -4674112 or 12627384. OLE color: 12627384.

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

Color convert

RGB184173192-
CMYK0.040.1000.25
HSL274.74º13.1%71.57%-
HSV(B)274.74º9.9%75.29%-
XYZ44.2343.8856.01-
YUV178.46135.64131.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=33.52%
G=31.51%
B=34.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841731920.040.1000.25274.7413.171.57
HexB8ADC04A019113d48
Octal27025530041203142315110
Binary101110001010110111000000100101001100110001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADC0; }

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

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

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

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

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

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

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

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