#C0BAF3

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

Shades of Lavender Blue #C0BAF3

Tints of Lavender Blue #C0BAF3

Color information

#C0BAF3 (or 0xC0BAF3) is unknown color: approx Lavender Blue. HEX triplet: C0, BA and F3. RGB value is (192,186,243). Sum of RGB (Red+Green+Blue) = 192+186+243=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAF3 is #3F450C. Grayscale: #C2C2C2. Windows color (decimal): -4146445 or 15973056. OLE color: 15973056.

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

Color convert

RGB192186243-
CMYK0.210.2300.05
HSL246.32º70.37%84.12%-
HSV(B)246.32º23.46%95.29%-
XYZ55.4752.892.06-
YUV194.29155.49126.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=30.92%
G=29.95%
B=39.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921862430.210.2300.05246.3270.3784.12
HexC0BAF3151705f64654
Octal300272363252705366106124
Binary110000001011101011110011101011011101011111011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAF3; }

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

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

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

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

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

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

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

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