#C7BCCB

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

Shades of Prelude #C7BCCB

Tints of Prelude #C7BCCB

Color information

#C7BCCB (or 0xC7BCCB) is unknown color: approx Prelude. HEX triplet: C7, BC and CB. RGB value is (199,188,203). Sum of RGB (Red+Green+Blue) = 199+188+203=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCCB is #384334. Grayscale: #C0C0C0. Windows color (decimal): -3687221 or 13352135. OLE color: 13352135.

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

Color convert

RGB199188203-
CMYK0.020.0700.20
HSL284º12.61%76.67%-
HSV(B)284º7.39%79.61%-
XYZ52.3252.4263.86-
YUV193133.64132.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=33.73%
G=31.86%
B=34.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991882030.020.0700.2028412.6176.67
HexC7BCCB2701411cd4d
Octal3072743132702443415115
Binary1100011110111100110010111011101010010001110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCCB; }

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

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

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

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

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

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

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

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