#C6BDCA

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

Shades of Prelude #C6BDCA

Tints of Prelude #C6BDCA

Color information

#C6BDCA (or 0xC6BDCA) is unknown color: approx Prelude. HEX triplet: C6, BD and CA. RGB value is (198,189,202). Sum of RGB (Red+Green+Blue) = 198+189+202=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDCA is #394235. Grayscale: #C1C1C1. Windows color (decimal): -3752502 or 13286854. OLE color: 13286854.

HSL color Cylindrical-coordinate representation of color #C6BDCA: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BDCA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198189202-
CMYK0.020.0600.21
HSL281.54º10.92%76.67%-
HSV(B)281.54º6.44%79.22%-
XYZ52.1552.6763.29-
YUV193.17132.98131.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=33.62%
G=32.09%
B=34.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981892020.020.0600.21281.5410.9276.67
HexC6BDCA2601511ab4d
Octal3062753122602543213115
Binary1100011010111101110010101011001010110001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDCA; }

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

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

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

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

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

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

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

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