#B7AFBD

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

Shades of Chatelle #B7AFBD

Tints of Chatelle #B7AFBD

Color information

#B7AFBD (or 0xB7AFBD) is unknown color: approx Chatelle. HEX triplet: B7, AF and BD. RGB value is (183,175,189). Sum of RGB (Red+Green+Blue) = 183+175+189=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFBD is #485042. Grayscale: #B2B2B2. Windows color (decimal): -4739139 or 12431287. OLE color: 12431287.

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

Color convert

RGB183175189-
CMYK0.030.0700.26
HSL274.29º9.59%71.37%-
HSV(B)274.29º7.41%74.12%-
XYZ44.0444.454.39-
YUV178.99133.65130.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=33.46%
G=31.99%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831751890.030.0700.26274.299.5971.37
HexB7AFBD3701A112a47
Octal2672572753703242212107
Binary1011011110101111101111011111101101010001001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFBD; }

 p { color: rgb(183,175,189); }

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

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

 a { background-color: rgb(183,175,189); }

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

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

 span { border-color: rgb(183,175,189); }

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