#C8BECA

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

Shades of Prelude #C8BECA

Tints of Prelude #C8BECA

Color information

#C8BECA (or 0xC8BECA) is unknown color: approx Prelude. HEX triplet: C8, BE and CA. RGB value is (200,190,202). Sum of RGB (Red+Green+Blue) = 200+190+202=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BECA is #374135. Grayscale: #C2C2C2. Windows color (decimal): -3621174 or 13287112. OLE color: 13287112.

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

Color convert

RGB200190202-
CMYK0.010.0600.21
HSL290º10.17%76.86%-
HSV(B)290º5.94%79.22%-
XYZ52.8953.3763.39-
YUV194.36132.31132.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=33.78%
G=32.09%
B=34.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001902020.010.0600.2129010.1776.86
HexC8BECA16015122a4d
Octal3102763121602544212115
Binary110010001011111011001010111001010110010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BECA; }

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

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

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

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

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

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

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

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