#C6BAFE

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

Shades of Lavender Blue #C6BAFE

Tints of Lavender Blue #C6BAFE

Color information

#C6BAFE (or 0xC6BAFE) is unknown color: approx Lavender Blue. HEX triplet: C6, BA and FE. RGB value is (198,186,254). Sum of RGB (Red+Green+Blue) = 198+186+254=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAFE is #394501. Grayscale: #C5C5C5. Windows color (decimal): -3753218 or 16693958. OLE color: 16693958.

HSL color Cylindrical-coordinate representation of color #C6BAFE: hue angle of 250.59º 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 #C6BAFE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198186254-
CMYK0.220.2700.00
HSL250.59º97.14%86.27%-
HSV(B)250.59º26.77%99.61%-
XYZ58.7454.28101.15-
YUV197.34159.98128.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.03%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=31.03%
G=29.15%
B=39.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981862540.220.2700.00250.5997.1486.27
HexC6BAFE161B00fb6156
Octal306272376263300373141126
Binary1100011010111010111111101011011011001111101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAFE; }

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

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

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

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

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

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

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

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