#B7ABBD

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

Shades of Chatelle #B7ABBD

Tints of Chatelle #B7ABBD

Color information

#B7ABBD (or 0xB7ABBD) is unknown color: approx Chatelle. HEX triplet: B7, AB and BD. RGB value is (183,171,189). Sum of RGB (Red+Green+Blue) = 183+171+189=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABBD is #485442. Grayscale: #B0B0B0. Windows color (decimal): -4740163 or 12430263. OLE color: 12430263.

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

Color convert

RGB183171189-
CMYK0.030.1000.26
HSL280º12%70.59%-
HSV(B)280º9.52%74.12%-
XYZ43.2842.8754.14-
YUV176.64134.98132.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=33.70%
G=31.49%
B=34.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831711890.030.1000.262801270.59
HexB7ABBD3A01A118c47
Octal26725327531203243014107
Binary10110111101010111011110111101001101010001100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABBD; }

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

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

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

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

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

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

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

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