#C8BDCC

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

Shades of Prelude #C8BDCC

Tints of Prelude #C8BDCC

Color information

#C8BDCC (or 0xC8BDCC) is unknown color: approx Prelude. HEX triplet: C8, BD and CC. RGB value is (200,189,204). Sum of RGB (Red+Green+Blue) = 200+189+204=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDCC is #374233. Grayscale: #C1C1C1. Windows color (decimal): -3621428 or 13417928. OLE color: 13417928.

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

Color convert

RGB200189204-
CMYK0.020.0700.2
HSL284º12.82%77.06%-
HSV(B)284º7.35%80%-
XYZ52.9253.0364.57-
YUV194133.64132.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.73%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=33.73%
G=31.87%
B=34.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001892040.020.0700.228412.8277.06
HexC8BDCC2701411cd4d
Octal3102753142702443415115
Binary1100100010111101110011001011101010010001110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDCC; }

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

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

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

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

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

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

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

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