#C7BECC

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

Shades of Prelude #C7BECC

Tints of Prelude #C7BECC

Color information

#C7BECC (or 0xC7BECC) is unknown color: approx Prelude. HEX triplet: C7, BE and CC. RGB value is (199,190,204). Sum of RGB (Red+Green+Blue) = 199+190+204=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BECC is #384133. Grayscale: #C2C2C2. Windows color (decimal): -3686708 or 13418183. OLE color: 13418183.

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

Color convert

RGB199190204-
CMYK0.020.0700.2
HSL278.57º12.07%77.25%-
HSV(B)278.57º6.86%80%-
XYZ52.8753.3364.63-
YUV194.29133.48131.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=33.56%
G=32.04%
B=34.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991902040.020.0700.2278.5712.0777.25
HexC7BECC27014117c4d
Octal3072763142702442714115
Binary1100011110111110110011001011101010010001011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BECC; }

 p { color: rgb(199,190,204); }

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

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

 a { background-color: rgb(199,190,204); }

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

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

 span { border-color: rgb(199,190,204); }

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