#C7BECD

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

Shades of Prelude #C7BECD

Tints of Prelude #C7BECD

Color information

#C7BECD (or 0xC7BECD) is unknown color: approx Prelude. HEX triplet: C7, BE and CD. RGB value is (199,190,205). Sum of RGB (Red+Green+Blue) = 199+190+205=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BECD is #384132. Grayscale: #C2C2C2. Windows color (decimal): -3686707 or 13483719. OLE color: 13483719.

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

Color convert

RGB199190205-
CMYK0.030.0700.20
HSL276º13.04%77.45%-
HSV(B)276º7.32%80.39%-
XYZ52.9953.3865.27-
YUV194.4133.98131.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.50%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=33.50%
G=31.99%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991902050.030.0700.2027613.0477.45
HexC7BECD37014114d4d
Octal3072763153702442415115
Binary1100011110111110110011011111101010010001010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BECD; }

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

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

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

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

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

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

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

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