#C7BBCC

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

Shades of Prelude #C7BBCC

Tints of Prelude #C7BBCC

Color information

#C7BBCC (or 0xC7BBCC) is unknown color: approx Prelude. HEX triplet: C7, BB and CC. RGB value is (199,187,204). Sum of RGB (Red+Green+Blue) = 199+187+204=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBCC is #384433. Grayscale: #C0C0C0. Windows color (decimal): -3687476 or 13417415. OLE color: 13417415.

HSL color Cylindrical-coordinate representation of color #C7BBCC: hue angle of 282.35º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BBCC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199187204-
CMYK0.020.0800.2
HSL282.35º14.29%76.67%-
HSV(B)282.35º8.33%80%-
XYZ52.2252.0464.42-
YUV192.53134.48132.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=33.73%
G=31.69%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991872040.020.0800.2282.3514.2976.67
HexC7BBCC2801411ae4d
Octal30727331421002443216115
Binary11000111101110111100110010100001010010001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBCC; }

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

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

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

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

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

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

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

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