#C8BDCF

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

Shades of Prelude #C8BDCF

Tints of Prelude #C8BDCF

Color information

#C8BDCF (or 0xC8BDCF) is unknown color: approx Prelude. HEX triplet: C8, BD and CF. RGB value is (200,189,207). Sum of RGB (Red+Green+Blue) = 200+189+207=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDCF is #374230. Grayscale: #C2C2C2. Windows color (decimal): -3621425 or 13614536. OLE color: 13614536.

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

Color convert

RGB200189207-
CMYK0.030.0900.19
HSL276.67º15.79%77.65%-
HSV(B)276.67º8.7%81.18%-
XYZ53.2853.1866.49-
YUV194.34135.14132.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.56%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=33.56%
G=31.71%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001892070.030.0900.19276.6715.7977.65
HexC8BDCF39013115104e
Octal31027531731102342520116
Binary110010001011110111001111111001010011100010101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDCF; }

 p { color: rgb(200,189,207); }

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

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

 a { background-color: rgb(200,189,207); }

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

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

 span { border-color: rgb(200,189,207); }

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