#C0BDFF

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

Shades of Lavender Blue #C0BDFF

Tints of Lavender Blue #C0BDFF

Color information

#C0BDFF (or 0xC0BDFF) is unknown color: approx Lavender Blue. HEX triplet: C0, BD and FF. RGB value is (192,189,255). Sum of RGB (Red+Green+Blue) = 192+189+255=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDFF is #3F4200. Grayscale: #C5C5C5. Windows color (decimal): -4145665 or 16760256. OLE color: 16760256.

HSL color Cylindrical-coordinate representation of color #C0BDFF: hue angle of 242.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BDFF is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192189255-
CMYK0.250.2600
HSL242.73º100%87.06%-
HSV(B)242.73º25.88%100%-
XYZ57.9954.82102.13-
YUV197.42160.49124.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.19%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 255 (100% from 255) = 40.09%
R=30.19%
G=29.72%
B=40.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921892550.250.2600242.7310087.06
HexC0BDFF191A00f36457
Octal300275377313200363144127
Binary1100000010111101111111111100111010001111001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDFF; }

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

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

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

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

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

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

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

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