#B7AFBA

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

Shades of Chatelle #B7AFBA

Tints of Chatelle #B7AFBA

Color information

#B7AFBA (or 0xB7AFBA) is unknown color: approx Chatelle. HEX triplet: B7, AF and BA. RGB value is (183,175,186). Sum of RGB (Red+Green+Blue) = 183+175+186=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFBA is #485045. Grayscale: #B2B2B2. Windows color (decimal): -4739142 or 12234679. OLE color: 12234679.

HSL color Cylindrical-coordinate representation of color #B7AFBA: hue angle of 283.64º 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 #B7AFBA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183175186-
CMYK0.020.0600.27
HSL283.64º7.38%70.78%-
HSV(B)283.64º5.91%72.94%-
XYZ43.7244.2752.7-
YUV178.65132.15131.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=33.64%
G=32.17%
B=34.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831751860.020.0600.27283.647.3870.78
HexB7AFBA2601B11c747
Octal267257272260334347107
Binary101101111010111110111010101100110111000111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFBA; }

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

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

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

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

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

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

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

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