#C7BCC9

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

Shades of Prelude #C7BCC9

Tints of Prelude #C7BCC9

Color information

#C7BCC9 (or 0xC7BCC9) is unknown color: approx Prelude. HEX triplet: C7, BC and C9. RGB value is (199,188,201). Sum of RGB (Red+Green+Blue) = 199+188+201=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #C7BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC9 is #384336. Grayscale: #C0C0C0. Windows color (decimal): -3687223 or 13221063. OLE color: 13221063.

HSL color Cylindrical-coordinate representation of color #C7BCC9: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BCC9 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199188201-
CMYK0.010.0600.21
HSL290.77º10.74%76.27%-
HSV(B)290.77º6.47%78.82%-
XYZ52.0852.3362.61-
YUV192.77132.64132.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.84%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=33.84%
G=31.97%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991882010.010.0600.21290.7710.7476.27
HexC7BCC916015123b4c
Octal3072743111602544313114
Binary110001111011110011001001111001010110010001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCC9; }

 p { color: rgb(199,188,201); }

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

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

 a { background-color: rgb(199,188,201); }

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

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

 span { border-color: rgb(199,188,201); }

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