#C0BFD0

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

Shades of Lavender Grey #C0BFD0

Tints of Lavender Grey #C0BFD0

Color information

#C0BFD0 (or 0xC0BFD0) is unknown color: approx Lavender Grey. HEX triplet: C0, BF and D0. RGB value is (192,191,208). Sum of RGB (Red+Green+Blue) = 192+191+208=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFD0 is #3F402F. Grayscale: #C1C1C1. Windows color (decimal): -4145200 or 13680576. OLE color: 13680576.

HSL color Cylindrical-coordinate representation of color #C0BFD0: hue angle of 243.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BFD0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192191208-
CMYK0.080.0800.18
HSL243.53º15.32%78.24%-
HSV(B)243.53º8.17%81.57%-
XYZ51.7553.0267.18-
YUV193.24136.33127.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.49%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=32.49%
G=32.32%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921912080.080.0800.18243.5315.3278.24
HexC0BFD088012f4f4e
Octal300277320101002236417116
Binary110000001011111111010000100010000100101111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFD0; }

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

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

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

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

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

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

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

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