#C7BBCF

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

Shades of Prelude #C7BBCF

Tints of Prelude #C7BBCF

Color information

#C7BBCF (or 0xC7BBCF) is unknown color: approx Prelude. HEX triplet: C7, BB and CF. RGB value is (199,187,207). Sum of RGB (Red+Green+Blue) = 199+187+207=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBCF is #384430. Grayscale: #C0C0C0. Windows color (decimal): -3687473 or 13614023. OLE color: 13614023.

HSL color Cylindrical-coordinate representation of color #C7BBCF: hue angle of 276º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BBCF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199187207-
CMYK0.040.1000.19
HSL276º17.24%77.25%-
HSV(B)276º9.66%81.18%-
XYZ52.5952.1966.33-
YUV192.87135.98132.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=33.56%
G=31.53%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991872070.040.1000.1927617.2477.25
HexC7BBCF4A013114114d
Octal30727331741202342421115
Binary1100011110111011110011111001010010011100010100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBCF; }

 p { color: rgb(199,187,207); }

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

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

 a { background-color: rgb(199,187,207); }

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

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

 span { border-color: rgb(199,187,207); }

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