#C7BECE

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

Shades of Prelude #C7BECE

Tints of Prelude #C7BECE

Color information

#C7BECE (or 0xC7BECE) is unknown color: approx Prelude. HEX triplet: C7, BE and CE. RGB value is (199,190,206). Sum of RGB (Red+Green+Blue) = 199+190+206=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BECE is #384131. Grayscale: #C2C2C2. Windows color (decimal): -3686706 or 13549255. OLE color: 13549255.

HSL color Cylindrical-coordinate representation of color #C7BECE: hue angle of 273.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BECE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199190206-
CMYK0.030.0800.19
HSL273.75º14.04%77.65%-
HSV(B)273.75º7.77%80.78%-
XYZ53.1153.4365.91-
YUV194.52134.48131.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=33.45%
G=31.93%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991902060.030.0800.19273.7514.0477.65
HexC7BECE38013112e4e
Octal30727631631002342216116
Binary11000111101111101100111011100001001110001001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BECE; }

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

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

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

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

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

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

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

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