#C1B2FB

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

Shades of Melrose #C1B2FB

Tints of Melrose #C1B2FB

Color information

#C1B2FB (or 0xC1B2FB) is unknown color: approx Melrose. HEX triplet: C1, B2 and FB. RGB value is (193,178,251). Sum of RGB (Red+Green+Blue) = 193+178+251=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1B2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B2FB is #3E4D04. Grayscale: #BEBEBE. Windows color (decimal): -4082949 or 16495297. OLE color: 16495297.

HSL color Cylindrical-coordinate representation of color #C1B2FB: hue angle of 252.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1B2FB is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193178251-
CMYK0.230.2900.02
HSL252.33º90.12%84.12%-
HSV(B)252.33º29.08%98.43%-
XYZ55.3350.1498.03-
YUV190.81161.97129.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.03%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=31.03%
G=28.62%
B=40.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931782510.230.2900.02252.3390.1284.12
HexC1B2FB171D02fc5a54
Octal301262373273502374132124
Binary11000001101100101111101110111111010101111110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B2FB; }

 p { color: rgb(193,178,251); }

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

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

 a { background-color: rgb(193,178,251); }

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

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

 span { border-color: rgb(193,178,251); }

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