#C3BFC4

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

Shades of Prelude #C3BFC4

Tints of Prelude #C3BFC4

Color information

#C3BFC4 (or 0xC3BFC4) is unknown color: approx Prelude. HEX triplet: C3, BF and C4. RGB value is (195,191,196). Sum of RGB (Red+Green+Blue) = 195+191+196=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 196 - color contains mainly: blue. Hex color #C3BFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC4 is #3C403B. Grayscale: #C0C0C0. Windows color (decimal): -3948604 or 12894147. OLE color: 12894147.

HSL color Cylindrical-coordinate representation of color #C3BFC4: hue angle of 288º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3BFC4 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB195191196-
CMYK0.010.0300.23
HSL288º4.07%75.88%-
HSV(B)288º2.55%76.86%-
XYZ51.152.8559.73-
YUV192.77129.83129.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 191 (75% from 255) = 32.82%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=33.51%
G=32.82%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951911960.010.0300.232884.0775.88
HexC3BFC41301712044c
Octal303277304130274404114
Binary1100001110111111110001001110101111001000001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFC4; }

 p { color: rgb(195,191,196); }

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

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

 a { background-color: rgb(195,191,196); }

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

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

 span { border-color: rgb(195,191,196); }

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