#C8BECE

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

Shades of Prelude #C8BECE

Tints of Prelude #C8BECE

Color information

#C8BECE (or 0xC8BECE) is unknown color: approx Prelude. HEX triplet: C8, BE and CE. RGB value is (200,190,206). Sum of RGB (Red+Green+Blue) = 200+190+206=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BECE is #374131. Grayscale: #C2C2C2. Windows color (decimal): -3621170 or 13549256. OLE color: 13549256.

HSL color Cylindrical-coordinate representation of color #C8BECE: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8BECE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200190206-
CMYK0.030.0800.19
HSL277.5º14.04%77.65%-
HSV(B)277.5º7.77%80.78%-
XYZ53.3753.5665.92-
YUV194.81134.31131.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.56%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=33.56%
G=31.88%
B=34.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001902060.030.0800.19277.514.0477.65
HexC8BECE38013116e4e
Octal31027631631002342616116
Binary11001000101111101100111011100001001110001011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BECE; }

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

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

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

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

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

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

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

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