#C8BECC

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

Shades of Prelude #C8BECC

Tints of Prelude #C8BECC

Color information

#C8BECC (or 0xC8BECC) is unknown color: approx Prelude. HEX triplet: C8, BE and CC. RGB value is (200,190,204). Sum of RGB (Red+Green+Blue) = 200+190+204=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BECC is #374133. Grayscale: #C2C2C2. Windows color (decimal): -3621172 or 13418184. OLE color: 13418184.

HSL color Cylindrical-coordinate representation of color #C8BECC: hue angle of 282.86º degrees, saturation: 0.12, 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 #C8BECC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200190204-
CMYK0.020.0700.2
HSL282.86º12.07%77.25%-
HSV(B)282.86º6.86%80%-
XYZ53.1353.4764.65-
YUV194.59133.31131.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=33.67%
G=31.99%
B=34.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001902040.020.0700.2282.8612.0777.25
HexC8BECC2701411bc4d
Octal3102763142702443314115
Binary1100100010111110110011001011101010010001101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BECC; }

 p { color: rgb(200,190,204); }

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

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

 a { background-color: rgb(200,190,204); }

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

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

 span { border-color: rgb(200,190,204); }

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