#B7ADBE

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

Shades of Chatelle #B7ADBE

Tints of Chatelle #B7ADBE

Color information

#B7ADBE (or 0xB7ADBE) is unknown color: approx Chatelle. HEX triplet: B7, AD and BE. RGB value is (183,173,190). Sum of RGB (Red+Green+Blue) = 183+173+190=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADBE is #485241. Grayscale: #B1B1B1. Windows color (decimal): -4739650 or 12496311. OLE color: 12496311.

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

Color convert

RGB183173190-
CMYK0.040.0900.25
HSL275.29º11.56%71.18%-
HSV(B)275.29º8.95%74.51%-
XYZ43.7743.6754.84-
YUV177.93134.81131.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=33.52%
G=31.68%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831731900.040.0900.25275.2911.5671.18
HexB7ADBE49019113c47
Octal26725527641103142314107
Binary101101111010110110111110100100101100110001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADBE; }

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

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

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

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

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

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

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

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