#B8ADBE

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

Shades of Chatelle #B8ADBE

Tints of Chatelle #B8ADBE

Color information

#B8ADBE (or 0xB8ADBE) is unknown color: approx Chatelle. HEX triplet: B8, AD and BE. RGB value is (184,173,190). Sum of RGB (Red+Green+Blue) = 184+173+190=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADBE is #475241. Grayscale: #B2B2B2. Windows color (decimal): -4674114 or 12496312. OLE color: 12496312.

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

Color convert

RGB184173190-
CMYK0.030.0900.25
HSL278.82º11.56%71.18%-
HSV(B)278.82º8.95%74.51%-
XYZ44.0143.854.85-
YUV178.23134.64132.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=33.64%
G=31.63%
B=34.73%

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
Decimal1841731900.030.0900.25278.8211.5671.18
HexB8ADBE39019117c47
Octal27025527631103142714107
Binary10111000101011011011111011100101100110001011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADBE; }

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

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

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

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

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

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

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

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