#C6BBCD

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

Shades of Prelude #C6BBCD

Tints of Prelude #C6BBCD

Color information

#C6BBCD (or 0xC6BBCD) is unknown color: approx Prelude. HEX triplet: C6, BB and CD. RGB value is (198,187,205). Sum of RGB (Red+Green+Blue) = 198+187+205=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBCD is #394432. Grayscale: #C0C0C0. Windows color (decimal): -3753011 or 13482950. OLE color: 13482950.

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

Color convert

RGB198187205-
CMYK0.030.0900.20
HSL276.67º15.25%76.86%-
HSV(B)276.67º8.78%80.39%-
XYZ52.0851.9565.04-
YUV192.34135.14132.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=33.56%
G=31.69%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981872050.030.0900.20276.6715.2576.86
HexC6BBCD39014115f4d
Octal30627331531102442517115
Binary11000110101110111100110111100101010010001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBCD; }

 p { color: rgb(198,187,205); }

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

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

 a { background-color: rgb(198,187,205); }

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

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

 span { border-color: rgb(198,187,205); }

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