#BBA2C8

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

Shades of Chatelle #BBA2C8

Tints of Chatelle #BBA2C8

Color information

#BBA2C8 (or 0xBBA2C8) is unknown color: approx Chatelle. HEX triplet: BB, A2 and C8. RGB value is (187,162,200). Sum of RGB (Red+Green+Blue) = 187+162+200=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBA2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2C8 is #445D37. Grayscale: #ADADAD. Windows color (decimal): -4480312 or 13148859. OLE color: 13148859.

HSL color Cylindrical-coordinate representation of color #BBA2C8: hue angle of 279.47º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA2C8 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187162200-
CMYK0.060.1900.22
HSL279.47º25.68%70.98%-
HSV(B)279.47º19%78.43%-
XYZ43.8440.5860.16-
YUV173.81142.78137.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 200 (78.52% from 255) = 36.43%
R=34.06%
G=29.51%
B=36.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871622000.060.1900.22279.4725.6870.98
HexBBA2C86130161171a47
Octal27324231062302642732107
Binary10111011101000101100100011010011010110100010111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2C8; }

 p { color: rgb(187,162,200); }

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

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

 a { background-color: rgb(187,162,200); }

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

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

 span { border-color: rgb(187,162,200); }

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