#C0BDF2

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

Shades of Lavender Blue #C0BDF2

Tints of Lavender Blue #C0BDF2

Color information

#C0BDF2 (or 0xC0BDF2) is unknown color: approx Lavender Blue. HEX triplet: C0, BD and F2. RGB value is (192,189,242). Sum of RGB (Red+Green+Blue) = 192+189+242=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDF2 is #3F420D. Grayscale: #C3C3C3. Windows color (decimal): -4145678 or 15908288. OLE color: 15908288.

HSL color Cylindrical-coordinate representation of color #C0BDF2: hue angle of 243.4º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BDF2 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192189242-
CMYK0.210.2200.05
HSL243.4º67.09%84.51%-
HSV(B)243.4º21.9%94.9%-
XYZ55.9654.0191.48-
YUV195.94153.99125.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.82%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 242 (94.92% from 255) = 38.84%
R=30.82%
G=30.34%
B=38.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921892420.210.2200.05243.467.0984.51
HexC0BDF2151605f34355
Octal300275362252605363103125
Binary110000001011110111110010101011011001011111001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDF2; }

 p { color: rgb(192,189,242); }

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

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

 a { background-color: rgb(192,189,242); }

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

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

 span { border-color: rgb(192,189,242); }

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