#C8BCCD

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

Shades of Prelude #C8BCCD

Tints of Prelude #C8BCCD

Color information

#C8BCCD (or 0xC8BCCD) is unknown color: approx Prelude. HEX triplet: C8, BC and CD. RGB value is (200,188,205). Sum of RGB (Red+Green+Blue) = 200+188+205=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCCD is #374332. Grayscale: #C1C1C1. Windows color (decimal): -3621683 or 13483208. OLE color: 13483208.

HSL color Cylindrical-coordinate representation of color #C8BCCD: hue angle of 282.35º degrees, saturation: 0.15, 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 #C8BCCD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200188205-
CMYK0.020.0800.20
HSL282.35º14.53%77.06%-
HSV(B)282.35º8.29%80.39%-
XYZ52.8252.6565.14-
YUV193.53134.48132.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.73%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=33.73%
G=31.70%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001882050.020.0800.20282.3514.5377.06
HexC8BCCD2801411af4d
Octal31027431521002443217115
Binary11001000101111001100110110100001010010001101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCCD; }

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

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

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

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

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

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

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

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