#C8BCCE

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

Shades of Prelude #C8BCCE

Tints of Prelude #C8BCCE

Color information

#C8BCCE (or 0xC8BCCE) is unknown color: approx Prelude. HEX triplet: C8, BC and CE. RGB value is (200,188,206). Sum of RGB (Red+Green+Blue) = 200+188+206=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCCE is #374331. Grayscale: #C1C1C1. Windows color (decimal): -3621682 or 13548744. OLE color: 13548744.

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

Color convert

RGB200188206-
CMYK0.030.0900.19
HSL280º15.52%77.25%-
HSV(B)280º8.74%80.78%-
XYZ52.9452.765.77-
YUV193.64134.98132.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=33.67%
G=31.65%
B=34.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001882060.030.0900.1928015.5277.25
HexC8BCCE39013118104d
Octal31027431631102343020115
Binary110010001011110011001110111001010011100011000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCCE; }

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

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

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

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

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

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

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

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