#C8BACC

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

Shades of Prelude #C8BACC

Tints of Prelude #C8BACC

Color information

#C8BACC (or 0xC8BACC) is unknown color: approx Prelude. HEX triplet: C8, BA and CC. RGB value is (200,186,204). Sum of RGB (Red+Green+Blue) = 200+186+204=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BACC is #374533. Grayscale: #C0C0C0. Windows color (decimal): -3622196 or 13417160. OLE color: 13417160.

HSL color Cylindrical-coordinate representation of color #C8BACC: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BACC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200186204-
CMYK0.020.0900.2
HSL286.67º15%76.47%-
HSV(B)286.67º8.82%80%-
XYZ52.2851.7664.36-
YUV192.24134.64133.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=33.90%
G=31.53%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001862040.020.0900.2286.671576.47
HexC8BACC2901411ff4c
Octal31027231421102443717114
Binary11001000101110101100110010100101010010001111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BACC; }

 p { color: rgb(200,186,204); }

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

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

 a { background-color: rgb(200,186,204); }

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

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

 span { border-color: rgb(200,186,204); }

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