#C0BBF1

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

Shades of Melrose #C0BBF1

Tints of Melrose #C0BBF1

Color information

#C0BBF1 (or 0xC0BBF1) is unknown color: approx Melrose. HEX triplet: C0, BB and F1. RGB value is (192,187,241). Sum of RGB (Red+Green+Blue) = 192+187+241=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF1 is #3F440E. Grayscale: #C2C2C2. Windows color (decimal): -4146191 or 15842240. OLE color: 15842240.

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

Color convert

RGB192187241-
CMYK0.200.2200.05
HSL245.56º65.85%83.92%-
HSV(B)245.56º22.41%94.51%-
XYZ55.3953.190.55-
YUV194.65154.16126.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=30.97%
G=30.16%
B=38.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921872410.200.2200.05245.5665.8583.92
HexC0BBF1141605f64254
Octal300273361242605366102124
Binary110000001011101111110001101001011001011111011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBF1; }

 p { color: rgb(192,187,241); }

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

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

 a { background-color: rgb(192,187,241); }

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

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

 span { border-color: rgb(192,187,241); }

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