#C0C2FF

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

Shades of Lavender Blue #C0C2FF

Tints of Lavender Blue #C0C2FF

Color information

#C0C2FF (or 0xC0C2FF) is unknown color: approx Lavender Blue. HEX triplet: C0, C2 and FF. RGB value is (192,194,255). Sum of RGB (Red+Green+Blue) = 192+194+255=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C2FF is #3F3D00. Grayscale: #C8C8C8. Windows color (decimal): -4144385 or 16761536. OLE color: 16761536.

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

Color convert

RGB192194255-
CMYK0.250.2400
HSL238.1º100%87.65%-
HSV(B)238.1º24.71%100%-
XYZ59.0857.01102.5-
YUV200.36158.84122.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.95%
GREEN value IS 194 (76.17% from 255) = 30.27%
BLUE value IS 255 (100% from 255) = 39.78%
R=29.95%
G=30.27%
B=39.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921942550.250.2400238.110087.65
HexC0C2FF191800ee6458
Octal300302377313000356144130
Binary1100000011000010111111111100111000001110111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C2FF; }

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

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

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

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

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

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

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

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