#C8BBCF

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

Shades of Prelude #C8BBCF

Tints of Prelude #C8BBCF

Color information

#C8BBCF (or 0xC8BBCF) is unknown color: approx Prelude. HEX triplet: C8, BB and CF. RGB value is (200,187,207). Sum of RGB (Red+Green+Blue) = 200+187+207=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCF is #374430. Grayscale: #C1C1C1. Windows color (decimal): -3621937 or 13614024. OLE color: 13614024.

HSL color Cylindrical-coordinate representation of color #C8BBCF: hue angle of 279º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BBCF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200187207-
CMYK0.030.1000.19
HSL279º17.24%77.25%-
HSV(B)279º9.66%81.18%-
XYZ52.8552.3366.35-
YUV193.17135.81132.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=33.67%
G=31.48%
B=34.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001872070.030.1000.1927917.2477.25
HexC8BBCF3A013117114d
Octal31027331731202342721115
Binary110010001011101111001111111010010011100010111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBCF; }

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

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

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

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

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

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

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

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