#C6BCCA

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

Shades of Prelude #C6BCCA

Tints of Prelude #C6BCCA

Color information

#C6BCCA (or 0xC6BCCA) is unknown color: approx Prelude. HEX triplet: C6, BC and CA. RGB value is (198,188,202). Sum of RGB (Red+Green+Blue) = 198+188+202=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCA is #394335. Grayscale: #C0C0C0. Windows color (decimal): -3752758 or 13286598. OLE color: 13286598.

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

Color convert

RGB198188202-
CMYK0.020.0700.21
HSL282.86º11.67%76.47%-
HSV(B)282.86º6.93%79.22%-
XYZ51.9352.2463.22-
YUV192.59133.31131.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=33.67%
G=31.97%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981882020.020.0700.21282.8611.6776.47
HexC6BCCA2701511bc4c
Octal3062743122702543314114
Binary1100011010111100110010101011101010110001101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCCA; }

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

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

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

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

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

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

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

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