#C2C0FB

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

Shades of Lavender Blue #C2C0FB

Tints of Lavender Blue #C2C0FB

Color information

#C2C0FB (or 0xC2C0FB) is unknown color: approx Lavender Blue. HEX triplet: C2, C0 and FB. RGB value is (194,192,251). Sum of RGB (Red+Green+Blue) = 194+192+251=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C0FB is #3D3F04. Grayscale: #C7C7C7. Windows color (decimal): -4013829 or 16498882. OLE color: 16498882.

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

Color convert

RGB194192251-
CMYK0.230.2400.02
HSL242.03º88.06%86.86%-
HSV(B)242.03º23.51%98.43%-
XYZ58.5156.1399.02-
YUV199.32157.16124.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.46%
GREEN value IS 192 (75.39% from 255) = 30.14%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=30.46%
G=30.14%
B=39.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941922510.230.2400.02242.0388.0686.86
HexC2C0FB171802f25857
Octal302300373273002362130127
Binary11000010110000001111101110111110000101111001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C0FB; }

 p { color: rgb(194,192,251); }

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

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

 a { background-color: rgb(194,192,251); }

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

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

 span { border-color: rgb(194,192,251); }

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