#B5ADBB

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

Shades of Chatelle #B5ADBB

Tints of Chatelle #B5ADBB

Color information

#B5ADBB (or 0xB5ADBB) is unknown color: approx Chatelle. HEX triplet: B5, AD and BB. RGB value is (181,173,187). Sum of RGB (Red+Green+Blue) = 181+173+187=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADBB is #4A5244. Grayscale: #B0B0B0. Windows color (decimal): -4870725 or 12299701. OLE color: 12299701.

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

Color convert

RGB181173187-
CMYK0.030.0700.27
HSL274.29º9.33%70.59%-
HSV(B)274.29º7.49%73.33%-
XYZ42.9743.353.11-
YUV176.99133.65130.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=33.46%
G=31.98%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811731870.030.0700.27274.299.3370.59
HexB5ADBB3701B112947
Octal2652552733703342211107
Binary1011010110101101101110111111101101110001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADBB; }

 p { color: rgb(181,173,187); }

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

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

 a { background-color: rgb(181,173,187); }

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

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

 span { border-color: rgb(181,173,187); }

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