#C0BAFC

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

Shades of Lavender Blue #C0BAFC

Tints of Lavender Blue #C0BAFC

Color information

#C0BAFC (or 0xC0BAFC) is unknown color: approx Lavender Blue. HEX triplet: C0, BA and FC. RGB value is (192,186,252). Sum of RGB (Red+Green+Blue) = 192+186+252=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFC is #3F4503. Grayscale: #C3C3C3. Windows color (decimal): -4146436 or 16562880. OLE color: 16562880.

HSL color Cylindrical-coordinate representation of color #C0BAFC: hue angle of 245.45º degrees, saturation: 0.92, 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 #C0BAFC is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192186252-
CMYK0.240.2600.01
HSL245.45º91.67%85.88%-
HSV(B)245.45º26.19%98.82%-
XYZ56.8753.3599.4-
YUV195.32159.99125.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 252 (98.83% from 255) = 40%
R=30.48%
G=29.52%
B=40%

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
Decimal1921862520.240.2600.01245.4591.6785.88
HexC0BAFC181A01f55c56
Octal300272374303201365134126
Binary1100000010111010111111001100011010011111010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAFC; }

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

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

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

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

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

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

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

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