#C8BCCC

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

Shades of Prelude #C8BCCC

Tints of Prelude #C8BCCC

Color information

#C8BCCC (or 0xC8BCCC) is unknown color: approx Prelude. HEX triplet: C8, BC and CC. RGB value is (200,188,204). Sum of RGB (Red+Green+Blue) = 200+188+204=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCCC is #374333. Grayscale: #C1C1C1. Windows color (decimal): -3621684 or 13417672. OLE color: 13417672.

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

Color convert

RGB200188204-
CMYK0.020.0800.2
HSL285º13.56%76.86%-
HSV(B)285º7.84%80%-
XYZ52.752.6164.5-
YUV193.41133.98132.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=33.78%
G=31.76%
B=34.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001882040.020.0800.228513.5676.86
HexC8BCCC2801411de4d
Octal31027431421002443516115
Binary11001000101111001100110010100001010010001110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCCC; }

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

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

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

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

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

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

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

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