#BAAFC1

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

Shades of Chatelle #BAAFC1

Tints of Chatelle #BAAFC1

Color information

#BAAFC1 (or 0xBAAFC1) is unknown color: approx Chatelle. HEX triplet: BA, AF and C1. RGB value is (186,175,193). Sum of RGB (Red+Green+Blue) = 186+175+193=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFC1 is #45503E. Grayscale: #B4B4B4. Windows color (decimal): -4542527 or 12693434. OLE color: 12693434.

HSL color Cylindrical-coordinate representation of color #BAAFC1: hue angle of 276.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAFC1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186175193-
CMYK0.040.0900.24
HSL276.67º12.68%72.16%-
HSV(B)276.67º9.33%75.69%-
XYZ45.2144.9556.75-
YUV180.34135.14132.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=33.57%
G=31.59%
B=34.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861751930.040.0900.24276.6712.6872.16
HexBAAFC149018115d48
Octal27225730141103042515110
Binary101110101010111111000001100100101100010001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFC1; }

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

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

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

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

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

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

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

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