#C5BBF3

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

Shades of Melrose #C5BBF3

Tints of Melrose #C5BBF3

Color information

#C5BBF3 (or 0xC5BBF3) is unknown color: approx Melrose. HEX triplet: C5, BB and F3. RGB value is (197,187,243). Sum of RGB (Red+Green+Blue) = 197+187+243=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBF3 is #3A440C. Grayscale: #C4C4C4. Windows color (decimal): -3818509 or 15973317. OLE color: 15973317.

HSL color Cylindrical-coordinate representation of color #C5BBF3: hue angle of 250.71º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5BBF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197187243-
CMYK0.190.2300.05
HSL250.71º70%84.31%-
HSV(B)250.71º23.05%95.29%-
XYZ56.9753.8892.19-
YUV196.37154.31128.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.42%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=31.42%
G=29.82%
B=38.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971872430.190.2300.05250.717084.31
HexC5BBF3131705fb4654
Octal305273363232705373106124
Binary110001011011101111110011100111011101011111101110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBF3; }

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

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

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

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

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

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

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

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