#C0BEE6

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

Shades of Lavender Grey #C0BEE6

Tints of Lavender Grey #C0BEE6

Color information

#C0BEE6 (or 0xC0BEE6) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and E6. RGB value is (192,190,230). Sum of RGB (Red+Green+Blue) = 192+190+230=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #C0BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEE6 is #3F4119. Grayscale: #C3C3C3. Windows color (decimal): -4145434 or 15122112. OLE color: 15122112.

HSL color Cylindrical-coordinate representation of color #C0BEE6: hue angle of 243º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BEE6 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192190230-
CMYK0.170.1700.10
HSL243º44.44%82.35%-
HSV(B)243º17.39%90.2%-
XYZ54.4353.7582.37-
YUV195.16147.66125.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 230 (90.23% from 255) = 37.58%
R=31.37%
G=31.05%
B=37.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921902300.170.1700.1024344.4482.35
HexC0BEE611110Af32c52
Octal300276346212101236354122
Binary110000001011111011100110100011000101010111100111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEE6; }

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

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

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

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

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

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

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

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