#C0BEEB

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

Shades of Lavender Grey #C0BEEB

Tints of Lavender Grey #C0BEEB

Color information

#C0BEEB (or 0xC0BEEB) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and EB. RGB value is (192,190,235). Sum of RGB (Red+Green+Blue) = 192+190+235=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEEB is #3F4114. Grayscale: #C3C3C3. Windows color (decimal): -4145429 or 15449792. OLE color: 15449792.

HSL color Cylindrical-coordinate representation of color #C0BEEB: hue angle of 242.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BEEB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192190235-
CMYK0.180.1900.08
HSL242.67º52.94%83.33%-
HSV(B)242.67º19.15%92.16%-
XYZ55.1554.0386.12-
YUV195.73150.16125.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=31.12%
G=30.79%
B=38.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921902350.180.1900.08242.6752.9483.33
HexC0BEEB121308f33553
Octal300276353222301036365123
Binary110000001011111011101011100101001101000111100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEEB; }

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

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

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

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

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

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

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

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