#C5BBCA

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

Shades of Prelude #C5BBCA

Tints of Prelude #C5BBCA

Color information

#C5BBCA (or 0xC5BBCA) is unknown color: approx Prelude. HEX triplet: C5, BB and CA. RGB value is (197,187,202). Sum of RGB (Red+Green+Blue) = 197+187+202=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBCA is #3A4435. Grayscale: #BFBFBF. Windows color (decimal): -3818550 or 13286341. OLE color: 13286341.

HSL color Cylindrical-coordinate representation of color #C5BBCA: hue angle of 280º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BBCA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197187202-
CMYK0.020.0700.21
HSL280º12.4%76.27%-
HSV(B)280º7.43%79.22%-
XYZ51.4651.6863.14-
YUV191.7133.81131.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.62%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=33.62%
G=31.91%
B=34.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971872020.020.0700.2128012.476.27
HexC5BBCA27015118c4c
Octal3052733122702543014114
Binary1100010110111011110010101011101010110001100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBCA; }

 p { color: rgb(197,187,202); }

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

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

 a { background-color: rgb(197,187,202); }

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

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

 span { border-color: rgb(197,187,202); }

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