#C6BECA

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

Shades of Prelude #C6BECA

Tints of Prelude #C6BECA

Color information

#C6BECA (or 0xC6BECA) is unknown color: approx Prelude. HEX triplet: C6, BE and CA. RGB value is (198,190,202). Sum of RGB (Red+Green+Blue) = 198+190+202=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECA is #394135. Grayscale: #C1C1C1. Windows color (decimal): -3752246 or 13287110. OLE color: 13287110.

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

Color convert

RGB198190202-
CMYK0.020.0600.21
HSL280º10.17%76.86%-
HSV(B)280º5.94%79.22%-
XYZ52.3653.163.37-
YUV193.76132.65131.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=33.56%
G=32.20%
B=34.24%

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
Decimal1981902020.020.0600.2128010.1776.86
HexC6BECA26015118a4d
Octal3062763122602543012115
Binary1100011010111110110010101011001010110001100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BECA; }

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

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

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

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

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

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

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

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