#C8BACD

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

Shades of Prelude #C8BACD

Tints of Prelude #C8BACD

Color information

#C8BACD (or 0xC8BACD) is unknown color: approx Prelude. HEX triplet: C8, BA and CD. RGB value is (200,186,205). Sum of RGB (Red+Green+Blue) = 200+186+205=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BACD is #374532. Grayscale: #C0C0C0. Windows color (decimal): -3622195 or 13482696. OLE color: 13482696.

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

Color convert

RGB200186205-
CMYK0.020.0900.20
HSL284.21º15.97%76.67%-
HSV(B)284.21º9.27%80.39%-
XYZ52.451.865-
YUV192.35135.14133.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=33.84%
G=31.47%
B=34.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001862050.020.0900.20284.2115.9776.67
HexC8BACD2901411c104d
Octal31027231521102443420115
Binary110010001011101011001101101001010100100011100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BACD; }

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

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

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

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

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

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

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

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