#C0BAFB

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

Shades of Lavender Blue #C0BAFB

Tints of Lavender Blue #C0BAFB

Color information

#C0BAFB (or 0xC0BAFB) is unknown color: approx Lavender Blue. HEX triplet: C0, BA and FB. RGB value is (192,186,251). Sum of RGB (Red+Green+Blue) = 192+186+251=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFB is #3F4504. Grayscale: #C2C2C2. Windows color (decimal): -4146437 or 16497344. OLE color: 16497344.

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

Color convert

RGB192186251-
CMYK0.240.2600.02
HSL245.54º89.04%85.69%-
HSV(B)245.54º25.9%98.43%-
XYZ56.7153.2998.56-
YUV195.2159.49125.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.52%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=30.52%
G=29.57%
B=39.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921862510.240.2600.02245.5489.0485.69
HexC0BAFB181A02f65956
Octal300272373303202366131126
Binary11000000101110101111101111000110100101111011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAFB; }

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

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

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

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

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

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

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

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