#C0BEF0

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

Shades of Lavender Blue #C0BEF0

Tints of Lavender Blue #C0BEF0

Color information

#C0BEF0 (or 0xC0BEF0) is unknown color: approx Lavender Blue. HEX triplet: C0, BE and F0. RGB value is (192,190,240). Sum of RGB (Red+Green+Blue) = 192+190+240=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEF0 is #3F410F. Grayscale: #C4C4C4. Windows color (decimal): -4145424 or 15777472. OLE color: 15777472.

HSL color Cylindrical-coordinate representation of color #C0BEF0: hue angle of 242.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BEF0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192190240-
CMYK0.200.2100.06
HSL242.4º62.5%84.31%-
HSV(B)242.4º20.83%94.12%-
XYZ55.8854.3289.98-
YUV196.3152.66124.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.87%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 240 (94.14% from 255) = 38.59%
R=30.87%
G=30.55%
B=38.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921902400.200.2100.06242.462.584.31
HexC0BEF0141506f23e54
Octal30027636024250636276124
Binary11000000101111101111000010100101010110111100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEF0; }

 p { color: rgb(192,190,240); }

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

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

 a { background-color: rgb(192,190,240); }

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

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

 span { border-color: rgb(192,190,240); }

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