#C0BDF5

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

Shades of Lavender Blue #C0BDF5

Tints of Lavender Blue #C0BDF5

Color information

#C0BDF5 (or 0xC0BDF5) is unknown color: approx Lavender Blue. HEX triplet: C0, BD and F5. RGB value is (192,189,245). Sum of RGB (Red+Green+Blue) = 192+189+245=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 245 - color contains mainly: blue. Hex color #C0BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDF5 is #3F420A. Grayscale: #C4C4C4. Windows color (decimal): -4145675 or 16104896. OLE color: 16104896.

HSL color Cylindrical-coordinate representation of color #C0BDF5: hue angle of 243.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BDF5 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192189245-
CMYK0.220.2300.04
HSL243.21º73.68%85.1%-
HSV(B)243.21º22.86%96.08%-
XYZ56.4254.1993.87-
YUV196.28155.49124.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.67%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 245 (96.09% from 255) = 39.14%
R=30.67%
G=30.19%
B=39.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921892450.220.2300.04243.2173.6885.1
HexC0BDF5161704f34a55
Octal300275365262704363112125
Binary110000001011110111110101101101011101001111001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDF5; }

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

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

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

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

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

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

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

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