#C0BAFD

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

Shades of Lavender Blue #C0BAFD

Tints of Lavender Blue #C0BAFD

Color information

#C0BAFD (or 0xC0BAFD) is unknown color: approx Lavender Blue. HEX triplet: C0, BA and FD. RGB value is (192,186,253). Sum of RGB (Red+Green+Blue) = 192+186+253=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFD is #3F4502. Grayscale: #C3C3C3. Windows color (decimal): -4146435 or 16628416. OLE color: 16628416.

HSL color Cylindrical-coordinate representation of color #C0BAFD: hue angle of 245.37º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BAFD is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192186253-
CMYK0.240.2600.01
HSL245.37º94.37%86.08%-
HSV(B)245.37º26.48%99.22%-
XYZ57.0353.42100.23-
YUV195.43160.49125.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.43%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=30.43%
G=29.48%
B=40.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921862530.240.2600.01245.3794.3786.08
HexC0BAFD181A01f55e56
Octal300272375303201365136126
Binary1100000010111010111111011100011010011111010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAFD; }

 p { color: rgb(192,186,253); }

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

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

 a { background-color: rgb(192,186,253); }

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

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

 span { border-color: rgb(192,186,253); }

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