#C3BBC6

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

Shades of Prelude #C3BBC6

Tints of Prelude #C3BBC6

Color information

#C3BBC6 (or 0xC3BBC6) is unknown color: approx Prelude. HEX triplet: C3, BB and C6. RGB value is (195,187,198). Sum of RGB (Red+Green+Blue) = 195+187+198=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBC6 is #3C4439. Grayscale: #BEBEBE. Windows color (decimal): -3949626 or 13024195. OLE color: 13024195.

HSL color Cylindrical-coordinate representation of color #C3BBC6: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BBC6 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195187198-
CMYK0.020.0600.22
HSL283.64º8.8%75.49%-
HSV(B)283.64º5.56%77.65%-
XYZ50.4751.2260.65-
YUV190.65132.15131.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.62%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=33.62%
G=32.24%
B=34.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951871980.020.0600.22283.648.875.49
HexC3BBC62601611c94b
Octal3032733062602643411113
Binary1100001110111011110001101011001011010001110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBC6; }

 p { color: rgb(195,187,198); }

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

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

 a { background-color: rgb(195,187,198); }

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

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

 span { border-color: rgb(195,187,198); }

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