#C6BDCC

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

Shades of Prelude #C6BDCC

Tints of Prelude #C6BDCC

Color information

#C6BDCC (or 0xC6BDCC) is unknown color: approx Prelude. HEX triplet: C6, BD and CC. RGB value is (198,189,204). Sum of RGB (Red+Green+Blue) = 198+189+204=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDCC is #394233. Grayscale: #C1C1C1. Windows color (decimal): -3752500 or 13417926. OLE color: 13417926.

HSL color Cylindrical-coordinate representation of color #C6BDCC: hue angle of 276º 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 #C6BDCC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198189204-
CMYK0.030.0700.2
HSL276º12.82%77.06%-
HSV(B)276º7.35%80%-
XYZ52.3952.7664.55-
YUV193.4133.98131.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.50%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=33.50%
G=31.98%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981892040.030.0700.227612.8277.06
HexC6BDCC37014114d4d
Octal3062753143702442415115
Binary1100011010111101110011001111101010010001010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDCC; }

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

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

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

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

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

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

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

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