#C6B9CA

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

Shades of Prelude #C6B9CA

Tints of Prelude #C6B9CA

Color information

#C6B9CA (or 0xC6B9CA) is unknown color: approx Prelude. HEX triplet: C6, B9 and CA. RGB value is (198,185,202). Sum of RGB (Red+Green+Blue) = 198+185+202=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B9CA is #394635. Grayscale: #BEBEBE. Windows color (decimal): -3753526 or 13285830. OLE color: 13285830.

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

Color convert

RGB198185202-
CMYK0.020.0800.21
HSL285.88º13.82%75.88%-
HSV(B)285.88º8.42%79.22%-
XYZ51.350.9763.01-
YUV190.82134.31133.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=33.85%
G=31.62%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981852020.020.0800.21285.8813.8275.88
HexC6B9CA2801511ee4c
Octal30627131221002543616114
Binary11000110101110011100101010100001010110001111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B9CA; }

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

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

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

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

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

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

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

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