#C6BCCB

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

Shades of Prelude #C6BCCB

Tints of Prelude #C6BCCB

Color information

#C6BCCB (or 0xC6BCCB) is unknown color: approx Prelude. HEX triplet: C6, BC and CB. RGB value is (198,188,203). Sum of RGB (Red+Green+Blue) = 198+188+203=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCB is #394334. Grayscale: #C0C0C0. Windows color (decimal): -3752757 or 13352134. OLE color: 13352134.

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

Color convert

RGB198188203-
CMYK0.020.0700.20
HSL280º12.61%76.67%-
HSV(B)280º7.39%79.61%-
XYZ52.0552.2863.85-
YUV192.7133.81131.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=33.62%
G=31.92%
B=34.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981882030.020.0700.2028012.6176.67
HexC6BCCB27014118d4d
Octal3062743132702443015115
Binary1100011010111100110010111011101010010001100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCCB; }

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

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

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

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

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

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

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

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