#C8BCD0

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

Shades of Prelude #C8BCD0

Tints of Prelude #C8BCD0

Color information

#C8BCD0 (or 0xC8BCD0) is unknown color: approx Prelude. HEX triplet: C8, BC and D0. RGB value is (200,188,208). Sum of RGB (Red+Green+Blue) = 200+188+208=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCD0 is #37432F. Grayscale: #C1C1C1. Windows color (decimal): -3621680 or 13679816. OLE color: 13679816.

HSL color Cylindrical-coordinate representation of color #C8BCD0: hue angle of 276º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BCD0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200188208-
CMYK0.040.1000.18
HSL276º17.54%77.65%-
HSV(B)276º9.62%81.57%-
XYZ53.1952.867.06-
YUV193.87135.98132.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.56%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=33.56%
G=31.54%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001882080.040.1000.1827617.5477.65
HexC8BCD04A012114124e
Octal31027432041202242422116
Binary1100100010111100110100001001010010010100010100100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCD0; }

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

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

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

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

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

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

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

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