#C0BFD6

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

Shades of Lavender Grey #C0BFD6

Tints of Lavender Grey #C0BFD6

Color information

#C0BFD6 (or 0xC0BFD6) is unknown color: approx Lavender Grey. HEX triplet: C0, BF and D6. RGB value is (192,191,214). Sum of RGB (Red+Green+Blue) = 192+191+214=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFD6 is #3F4029. Grayscale: #C1C1C1. Windows color (decimal): -4145194 or 14073792. OLE color: 14073792.

HSL color Cylindrical-coordinate representation of color #C0BFD6: hue angle of 242.61º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0BFD6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192191214-
CMYK0.100.1100.16
HSL242.61º21.9%79.41%-
HSV(B)242.61º10.75%83.92%-
XYZ52.5153.3271.14-
YUV193.92139.33126.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 214 (83.98% from 255) = 35.85%
R=32.16%
G=31.99%
B=35.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921912140.100.1100.16242.6121.979.41
HexC0BFD6AB010f3164f
Octal300277326121302036326117
Binary1100000010111111110101101010101101000011110011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFD6; }

 p { color: rgb(192,191,214); }

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

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

 a { background-color: rgb(192,191,214); }

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

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

 span { border-color: rgb(192,191,214); }

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