#C0BEEE

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

Shades of Lavender Grey #C0BEEE

Tints of Lavender Grey #C0BEEE

Color information

#C0BEEE (or 0xC0BEEE) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and EE. RGB value is (192,190,238). Sum of RGB (Red+Green+Blue) = 192+190+238=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEEE is #3F4111. Grayscale: #C3C3C3. Windows color (decimal): -4145426 or 15646400. OLE color: 15646400.

HSL color Cylindrical-coordinate representation of color #C0BEEE: hue angle of 242.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BEEE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192190238-
CMYK0.190.2000.07
HSL242.5º58.54%83.92%-
HSV(B)242.5º20.17%93.33%-
XYZ55.5854.2188.42-
YUV196.07151.66125.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=30.97%
G=30.65%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921902380.190.2000.07242.558.5483.92
HexC0BEEE131407f23b54
Octal30027635623240736273124
Binary11000000101111101110111010011101000111111100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEEE; }

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

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

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

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

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

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

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

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