#BCA7C8

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

Shades of Chatelle #BCA7C8

Tints of Chatelle #BCA7C8

Color information

#BCA7C8 (or 0xBCA7C8) is unknown color: approx Chatelle. HEX triplet: BC, A7 and C8. RGB value is (188,167,200). Sum of RGB (Red+Green+Blue) = 188+167+200=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCA7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7C8 is #435837. Grayscale: #B0B0B0. Windows color (decimal): -4413496 or 13150140. OLE color: 13150140.

HSL color Cylindrical-coordinate representation of color #BCA7C8: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCA7C8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188167200-
CMYK0.060.1600.22
HSL278.18º23.08%71.96%-
HSV(B)278.18º16.5%78.43%-
XYZ44.9842.560.48-
YUV177.04140.96135.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=33.87%
G=30.09%
B=36.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881672000.060.1600.22278.1823.0871.96
HexBCA7C86100161161748
Octal27424731062002642627110
Binary10111100101001111100100011010000010110100010110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7C8; }

 p { color: rgb(188,167,200); }

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

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

 a { background-color: rgb(188,167,200); }

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

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

 span { border-color: rgb(188,167,200); }

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