#C0BAFE

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

Shades of Lavender Blue #C0BAFE

Tints of Lavender Blue #C0BAFE

Color information

#C0BAFE (or 0xC0BAFE) is unknown color: approx Lavender Blue. HEX triplet: C0, BA and FE. RGB value is (192,186,254). Sum of RGB (Red+Green+Blue) = 192+186+254=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFE is #3F4501. Grayscale: #C3C3C3. Windows color (decimal): -4146434 or 16693952. OLE color: 16693952.

HSL color Cylindrical-coordinate representation of color #C0BAFE: hue angle of 245.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0BAFE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192186254-
CMYK0.240.2700.00
HSL245.29º97.14%86.27%-
HSV(B)245.29º26.77%99.61%-
XYZ57.1953.48101.07-
YUV195.55160.99125.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.38%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=30.38%
G=29.43%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921862540.240.2700.00245.2997.1486.27
HexC0BAFE181B00f56156
Octal300272376303300365141126
Binary1100000010111010111111101100011011001111010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAFE; }

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

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

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

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

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

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

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

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