#C7BBCD

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

Shades of Prelude #C7BBCD

Tints of Prelude #C7BBCD

Color information

#C7BBCD (or 0xC7BBCD) is unknown color: approx Prelude. HEX triplet: C7, BB and CD. RGB value is (199,187,205). Sum of RGB (Red+Green+Blue) = 199+187+205=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBCD is #384432. Grayscale: #C0C0C0. Windows color (decimal): -3687475 or 13482951. OLE color: 13482951.

HSL color Cylindrical-coordinate representation of color #C7BBCD: hue angle of 280º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BBCD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199187205-
CMYK0.030.0900.20
HSL280º15.25%76.86%-
HSV(B)280º8.78%80.39%-
XYZ52.3452.0965.05-
YUV192.64134.98132.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=33.67%
G=31.64%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991872050.030.0900.2028015.2576.86
HexC7BBCD39014118f4d
Octal30727331531102443017115
Binary11000111101110111100110111100101010010001100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBCD; }

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

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

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

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

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

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

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

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