#C8BECB

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

Shades of Prelude #C8BECB

Tints of Prelude #C8BECB

Color information

#C8BECB (or 0xC8BECB) is unknown color: approx Prelude. HEX triplet: C8, BE and CB. RGB value is (200,190,203). Sum of RGB (Red+Green+Blue) = 200+190+203=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BECB is #374134. Grayscale: #C2C2C2. Windows color (decimal): -3621173 or 13352648. OLE color: 13352648.

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

Color convert

RGB200190203-
CMYK0.010.0600.20
HSL286.15º11.11%77.06%-
HSV(B)286.15º6.4%79.61%-
XYZ53.0153.4264.02-
YUV194.47132.81131.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.73%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=33.73%
G=32.04%
B=34.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001902030.010.0600.20286.1511.1177.06
HexC8BECB1601411eb4d
Octal3102763131602443613115
Binary110010001011111011001011111001010010001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BECB; }

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

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

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

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

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

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

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

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