#B5AFBA

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

Shades of Chatelle #B5AFBA

Tints of Chatelle #B5AFBA

Color information

#B5AFBA (or 0xB5AFBA) is unknown color: approx Chatelle. HEX triplet: B5, AF and BA. RGB value is (181,175,186). Sum of RGB (Red+Green+Blue) = 181+175+186=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFBA is #4A5045. Grayscale: #B2B2B2. Windows color (decimal): -4870214 or 12234677. OLE color: 12234677.

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

Color convert

RGB181175186-
CMYK0.030.0600.27
HSL272.73º7.38%70.78%-
HSV(B)272.73º5.91%72.94%-
XYZ43.2544.0352.67-
YUV178.05132.49130.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=33.39%
G=32.29%
B=34.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811751860.030.0600.27272.737.3870.78
HexB5AFBA3601B111747
Octal265257272360334217107
Binary101101011010111110111010111100110111000100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFBA; }

 p { color: rgb(181,175,186); }

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

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

 a { background-color: rgb(181,175,186); }

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

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

 span { border-color: rgb(181,175,186); }

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