#BBA4C7

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

Shades of Chatelle #BBA4C7

Tints of Chatelle #BBA4C7

Color information

#BBA4C7 (or 0xBBA4C7) is unknown color: approx Chatelle. HEX triplet: BB, A4 and C7. RGB value is (187,164,199). Sum of RGB (Red+Green+Blue) = 187+164+199=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBA4C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C7 is #445B38. Grayscale: #AEAEAE. Windows color (decimal): -4479801 or 13083835. OLE color: 13083835.

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

Color convert

RGB187164199-
CMYK0.060.1800.22
HSL279.43º23.81%71.18%-
HSV(B)279.43º17.59%78.04%-
XYZ44.0841.2459.67-
YUV174.87141.62136.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 199 (78.12% from 255) = 36.18%
R=34%
G=29.82%
B=36.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871641990.060.1800.22279.4323.8171.18
HexBBA4C76120161171847
Octal27324430762202642730107
Binary10111011101001001100011111010010010110100010111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4C7; }

 p { color: rgb(187,164,199); }

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

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

 a { background-color: rgb(187,164,199); }

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

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

 span { border-color: rgb(187,164,199); }

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